diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7621a1d..ee6efbd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0aaefbc..df97d72 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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