Skip to content

Commit c7379fa

Browse files
authored
Merge pull request #1156 from google/ben/upgrade
v0.24.8-beta
2 parents e45e100 + 81decc4 commit c7379fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

+1-1
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.24.8-SNAPSHOT
36+
VERSION_NAME=0.24.8-beta
3737

3838
POM_DESCRIPTION=Utilities for Jetpack Compose
3939

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
compose = "1.2.0-alpha08"
2+
compose = "1.2.0-beta01"
33
composesnapshot = "-" # a single character = no snapshot
44

55
# gradlePlugin and lint need to be updated together
6-
gradlePlugin = "7.1.2"
6+
gradlePlugin = "7.1.3"
77
lintMinCompose = "30.0.0"
88

99
ktlint = "0.42.1"
10-
kotlin = "1.6.20"
10+
kotlin = "1.6.21"
1111
coroutines = "1.6.0"
1212
okhttp = "3.12.13"
1313
coil = "1.3.2"

0 commit comments

Comments
 (0)