diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 076ef88c6..5139c0649 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] -compose = "1.2.0-beta03" -composesnapshot = "-" # a single character = no snapshot +compose = "1.2.0-SNAPSHOT" +composesnapshot = "8698880" # a single character = no snapshot # gradlePlugin and lint need to be updated together gradlePlugin = "7.3.0-beta01"