Skip to content

Commit

Permalink
Update dependency on latest published CMP libraries to sync gradle an…
Browse files Browse the repository at this point in the history
…d resources library builds
  • Loading branch information
terrakok committed Apr 3, 2024
1 parent 5d9dfde commit 9233486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ org.gradle.configuration-cache=true
android.useAndroidX=true

#Versions
kotlin.version=1.9.22
compose.version=1.6.0-rc01
kotlin.version=1.9.23
compose.version=1.6.10-dev1559
agp.version=8.1.2

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

# Default version of Compose Libraries used by Gradle plugin
compose.version=1.6.10-dev1546
compose.version=1.6.10-dev1559
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests/CI.
compose.tests.compiler.version=1.5.10.1
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests/CI.
Expand Down

0 comments on commit 9233486

Please sign in to comment.