Skip to content

Commit

Permalink
Upgrade Compose, Kotlin, Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
handstandsam committed May 19, 2024
1 parent cec6e0d commit 3761442
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ androidx_test_runner = "1.5.2"
apache_commons = "2.11.0"
assertj = "3.23.1"
coil_compose = "2.2.0"
compose = "1.5.1"
compose = "1.5.12"
compose_compiler = "1.5.3"
dependency_guard = "0.5.0"
espresso = "3.5.1"
glide = "4.11.0"
jetbrains_compose = "1.5.1"
jetbrains_compose = "1.5.12"
junit = "4.13.2"
kmp4free = "0.1.0"
kotlin = "1.9.10"
kotlin = "1.9.22"
kotlin_coroutines = "1.7.3"
kotlinx_serialization = "1.4.1"
kotlinx_serialization = "1.6.0"
ktor = "2.1.0"
ktor_client_okhttp = "2.1.0"
okhttp = "4.11.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3761442

Please sign in to comment.