Skip to content

Commit

Permalink
[gradle] Update dependencies
Browse files Browse the repository at this point in the history
- Android Studio Koala Feature Drop: 8.6.0
- Android Desugar JdkLibs: 2.1.2
- Androidx Compose Bom: 2024.09.00
- Decompose: 3.1.0
- Compose Multiplatform: 1.7.0-beta01
- Koin: 4.0.0-RC2
- Kotlin: 2.0.20
- Kotlinx Coroutines: 1.9.0-RC.2
- Kotlinx Datetime: 0.6.1
- Kotlinx serialization: 1.7.2
- slf4j: 2.0.16

- Gradle: 8.9
  • Loading branch information
jfyoteau committed Sep 7, 2024
1 parent cb68df0 commit 1ce2361
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
27 changes: 13 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
[versions]
agp = "8.4.1"
android-desugarJdkLibs = "2.0.4"
androidx-activityCompose = "1.9.0"
androidx-compose-bom = "2024.05.00"
decompose = "3.0.0"
agp = "8.6.0"
android-desugarJdkLibs = "2.1.2"
androidx-activityCompose = "1.9.2"
androidx-compose-bom = "2024.09.00"
decompose = "3.1.0"
gradleVersions-plugin = "0.51.0"
jetbrains-compose-plugin = "1.6.11"
#koin = "3.5.6"
koin = "3.6.0-Beta4"
koin-compose = "1.2.0-Beta4"
kotlin = "2.0.0"
kotlinx-coroutines = "1.9.0-RC"
kotlinx-datetime = "0.6.0"
kotlinx-serialization = "1.7.0"
slf4j = "2.0.13"
jetbrains-compose-plugin = "1.7.0-beta01"
koin = "4.0.0-RC2"
koin-compose = "4.0.0-RC2"
kotlin = "2.0.20"
kotlinx-coroutines = "1.9.0-RC.2"
kotlinx-datetime = "0.6.1"
kotlinx-serialization = "1.7.2"
slf4j = "2.0.16"
sqldelight = "2.0.2"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sun May 26 08:14:34 JST 2024
#Sat Sep 07 09:28:03 JST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 1ce2361

Please sign in to comment.