We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76e107e + 390a573 commit 09a9b6bCopy full SHA for 09a9b6b
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.23.0
+VERSION_NAME=0.23.1
37
38
POM_DESCRIPTION=Utilities for Jetpack Compose
39
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-compose = "1.1.0"
+compose = "1.1.1"
3
composesnapshot = "-" # a single character = no snapshot
4
5
# gradlePlugin and lint need to be updated together
0 commit comments