From 6fbbd21f9b5625e6b8f8caa52f943edfb07f4826 Mon Sep 17 00:00:00 2001 From: Saket Narayan Date: Sun, 24 Dec 2023 02:04:00 -0500 Subject: [PATCH] Indicate that the project depends on a beta version of material3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8f5bc1..3f64522 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ```groovy implementation "me.saket.squigglyslider:squigglyslider:1.0.0" +implementation "androidx.compose.material3:material3:1.2.0-beta01" ``` ```diff