diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ab0ce1fed..d4dc9dfab 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,21 +1,21 @@ [versions] appcompat = "1.7.0" dokka-gradle-plugin = "1.9.20" -gradle = "8.7.2" +gradle = "8.10.1" jacoco-android = "0.2.1" lifecycle-extensions = "2.2.0" -lifecycle-viewmodel-ktx = "2.8.7" -kotlin = "2.0.21" -kotlinx-coroutines = "1.9.0" +lifecycle-viewmodel-ktx = "2.9.0" +kotlin = "2.1.20" +kotlinx-coroutines = "1.10.2" junit = "4.13.2" secrets-gradle-plugin = "2.0.1" truth = "1.4.4" -play-services-maps = "19.0.0" -core-ktx = "1.15.0" -robolectric = "4.12.2" +play-services-maps = "19.2.0" +core-ktx = "1.16.0" +robolectric = "4.14.1" kxml2 = "2.3.0" mockk = "1.13.11" -lint = "31.7.2" +lint = "31.10.1" [libraries] appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 078ba817c..5d879eb6c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,6 +3,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists networkTimeout=10000 validateDistributionUrl=true -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index 7216cb508..8da2b62ae 100644 --- a/settings.gradle +++ b/settings.gradle @@ -14,6 +14,14 @@ * limitations under the License. */ +pluginManagement { + repositories { + gradlePluginPortal() + google() + mavenCentral() + } +} + include 'demo' include 'library' include 'lint-checks'