Skip to content

Commit

Permalink
Update compose version to 1.6.0-dev1357 (#4096)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok authored Jan 3, 2024
1 parent 8955e66 commit 147bb6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android.useAndroidX=true

#Versions
kotlin.version=1.9.21
compose.version=1.6.0-dev1340
compose.version=1.6.0-dev1357
agp.version=8.1.2

#Compose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official
android.useAndroidX=true
kotlin.version=1.9.21
agp.version=7.3.0
compose.version=1.6.0-dev1340
compose.version=1.6.0-dev1357

kotlinx.coroutines.version=1.8.0-RC

Expand Down
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.parallel=true
kotlin.code.style=official

# Default version of Compose Libraries used by Gradle plugin
compose.version=1.6.0-dev1340
compose.version=1.6.0-dev1357
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.7
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
Expand Down

0 comments on commit 147bb6b

Please sign in to comment.