Skip to content

Commit 0f3c0bf

Browse files
committed
Upgrade to Compose 1.4-alpha05
1 parent c7306a3 commit 0f3c0bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3333

3434
GROUP=com.google.accompanist
3535
# !! No longer need to update this manually when using a Compose SNAPSHOT
36-
VERSION_NAME=0.29.1-SNAPSHOT
36+
VERSION_NAME=0.29.1-alpha
3737

3838
POM_DESCRIPTION=Utilities for Jetpack Compose
3939

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

3-
compose = "1.4.0-alpha04"
4-
composeCompiler = "1.4.0-alpha02"
3+
compose = "1.4.0-alpha05"
4+
composeCompiler = "1.4.0"
55
composeMaterial3 = "1.0.1"
66
composesnapshot = "-" # a single character = no snapshot
77

@@ -10,7 +10,7 @@ gradlePlugin = "7.3.1"
1010
lintMinCompose = "30.0.0"
1111

1212
ktlint = "0.45.2"
13-
kotlin = "1.7.21"
13+
kotlin = "1.8.0"
1414
coroutines = "1.6.4"
1515
okhttp = "3.12.13"
1616
coil = "1.3.2"

0 commit comments

Comments
 (0)