Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Feb 7, 2025
1 parent b4d15bb commit 4025624
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
min-sdk = "31"
compile-sdk = "35"
target-sdk = "35"
agp = "8.7.3"
agp = "8.8.0"

androidx-activity = "1.9.3"
androidx-activity = "1.10.0"
androidx-core-splashscreen = "1.0.1"
androidx-lifecycle = "2.8.4"

google-material = "1.12.0"

jetbrains-compose = "1.7.3"
jetbrains-androidx-navigation-compose = "2.8.0-alpha11"
jetbrains-androidx-navigation-compose = "2.8.0-alpha12"
jetbrains-androidx-lifecycle-viewmodel-compose = "2.8.4"
jetbrains-androidx-core-bundle = "1.0.1"

kotlin = "2.1.0"
kotlin = "2.1.10"
kotlinx-coroutines = "1.10.1"
kotlinx-datetime = "0.6.1"
kotlinx-serialization = "1.7.3"
kotlinx-serialization = "1.8.0"

coil3 = "3.0.4"
ktor = "3.0.3"
koin = "4.0.1"
koin-compose = "4.0.1"
okio = "3.9.1"
koin = "4.0.2"
koin-compose = "4.0.2"
okio = "3.10.2"
buildkonfig = "0.15.2"
napier = "2.7.1"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4025624

Please sign in to comment.