We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e45e100 + 81decc4 commit c7379faCopy full SHA for c7379fa
gradle.properties
@@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
33
34
GROUP=com.google.accompanist
35
# !! No longer need to update this manually when using a Compose SNAPSHOT
36
-VERSION_NAME=0.24.8-SNAPSHOT
+VERSION_NAME=0.24.8-beta
37
38
POM_DESCRIPTION=Utilities for Jetpack Compose
39
gradle/libs.versions.toml
@@ -1,13 +1,13 @@
1
[versions]
2
-compose = "1.2.0-alpha08"
+compose = "1.2.0-beta01"
3
composesnapshot = "-" # a single character = no snapshot
4
5
# gradlePlugin and lint need to be updated together
6
-gradlePlugin = "7.1.2"
+gradlePlugin = "7.1.3"
7
lintMinCompose = "30.0.0"
8
9
ktlint = "0.42.1"
10
-kotlin = "1.6.20"
+kotlin = "1.6.21"
11
coroutines = "1.6.0"
12
okhttp = "3.12.13"
13
coil = "1.3.2"
0 commit comments