Skip to content

Commit

Permalink
Update Gradle, AGP, Lifecycle and Serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Oct 4, 2024
1 parent 5b94bd6 commit e68a1c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
android-gradle-plugin = "8.6.0"
android-gradle-plugin = "8.7.0"
androidx-activity = "1.9.2"
androidx-lifecycle = "2.8.5"
androidx-lifecycle = "2.8.6"
androidx-paging = "3.3.2"
androidx-test-ext-junit = "1.2.1"
detekt = "1.23.7"
junit = "4.13.2"
kotlin = "2.0.20"
kotlinx-serialization = "1.7.2"
kotlinx-serialization = "1.7.3"
okhttp = "4.12.0"
retrofit = "2.11.0"
robolectric = "4.13"
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.10.1-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 e68a1c0

Please sign in to comment.