Skip to content

Commit

Permalink
Merge pull request #15 from Infomaniak/update-libs
Browse files Browse the repository at this point in the history
Update gradle + kotlin + libs
  • Loading branch information
sirambd authored Aug 13, 2024
2 parents d84d482 + 87623db commit 6c32556
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
activityCompose = "1.9.0"
activityCompose = "1.9.1"
adaptiveLayout = "1.0.0-beta04"
agp = "8.5.1"
agp = "8.5.2"
composeBom = "2024.06.00"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.2.1"
kotlin = "2.0.0"
lifecycleRuntimeKtx = "2.8.3"
material3Beta = "1.3.0-beta04"
navigation = "2.8.0-beta05"
kotlin = "2.0.10"
lifecycleRuntimeKtx = "2.8.4"
material3Beta = "1.3.0-beta05"
navigation = "2.8.0-beta07"
serialization = "1.7.1"

[libraries]
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 @@
#Wed Jul 17 16:05:07 CEST 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.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6c32556

Please sign in to comment.