Skip to content

Commit

Permalink
Merge pull request #1132 from google/ben/alpha08
Browse files Browse the repository at this point in the history
v0.24.7-alpha
  • Loading branch information
bentrengrove committed Apr 20, 2022
2 parents 2261a41 + 797c58c commit 3d19994
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ subprojects {
// Set JVM target to 1.8
jvmTarget = "1.8"
// Allow use of @OptIn
freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn"
// Enable default methods in interfaces
freeCompilerArgs += "-Xjvm-default=all"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=com.google.accompanist
# !! No longer need to update this manually when using a Compose SNAPSHOT
VERSION_NAME=0.24.7-SNAPSHOT
VERSION_NAME=0.24.7-alpha

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
compose = "1.2.0-alpha07"
compose = "1.2.0-alpha08"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.1.2"
lintMinCompose = "30.0.0"

ktlint = "0.42.1"
kotlin = "1.6.10"
kotlin = "1.6.20"
coroutines = "1.6.0"
okhttp = "3.12.13"
coil = "1.3.2"
Expand Down

0 comments on commit 3d19994

Please sign in to comment.