diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-16 23:48:31 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-16 23:48:31 +0200 |
| commit | 6a4939b3a6c637149ccb98a8a59fc839e4d4864f (patch) | |
| tree | e32693b94d016b7aaa4ecf1af34b310e54790667 | |
| parent | 8abc04688f9ef5c9d88cc1c569b7d0c3360442eb (diff) | |
Update gradle and android dependencies
| -rw-r--r-- | .idea/kotlinc.xml | 2 | ||||
| -rw-r--r-- | gradle/libs.versions.toml | 34 | ||||
| -rw-r--r-- | gradle/wrapper/gradle-wrapper.jar | bin | 43764 -> 45457 bytes | |||
| -rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 | ||||
| -rwxr-xr-x | gradlew | 2 |
5 files changed, 20 insertions, 20 deletions
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index c224ad5..03fcfb7 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="KotlinJpsPluginSettings"> - <option name="version" value="2.0.21" /> + <option name="version" value="2.2.0" /> </component> </project>
\ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 572d6db..b32ac18 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,23 +1,23 @@ [versions] -agp = "8.11.0" +agp = "8.13.0" appcompat = "1.7.1" constraintlayout = "2.2.1" -coreKtx = "1.16.0" +coreKtx = "1.17.0" detekt = "1.23.8" -espressoCore = "3.6.1" +espressoCore = "3.7.0" junit = "4.13.2" -junitVersion = "1.2.1" -kotlin = "2.2.0" -livedata = "2.9.1" -material = "1.12.0" -navigationFragmentKtx = "2.9.1" -navigationUiKtx = "2.9.1" -core = "1.16.0" -orchestrator = "1.5.1" -testRunner = "1.6.2" -testRules = "1.6.1" -testCore = "1.6.1" -fragmentKtx = "1.8.8" +junitVersion = "1.3.0" +kotlin = "2.2.20" +livedata = "2.9.3" +material = "1.13.0" +navigationFragmentKtx = "2.9.4" +navigationUiKtx = "2.9.4" +core = "1.17.0" +orchestrator = "1.6.1" +testRunner = "1.7.0" +testRules = "1.7.0" +testCore = "1.7.0" +fragmentKtx = "1.8.9" uiautomator = "2.3.0" [libraries] @@ -37,8 +37,8 @@ androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation androidx-orchestrator = { group = "androidx.test", name = "orchestrator", version.ref = "orchestrator" } junit = { group = "junit", name = "junit", version.ref = "junit" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } -robolectric = { group = "org.robolectric", name = "robolectric", version = "4.15.1" } -truth = { group = "com.google.truth", name = "truth", version = "1.4.4" } +robolectric = { group = "org.robolectric", name = "robolectric", version = "4.16" } +truth = { group = "com.google.truth", name = "truth", version = "1.4.5" } androidx-core = { group = "androidx.core", name = "core", version.ref = "core" } androidx-fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragmentKtx" } androidx-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar Binary files differindex 1b33c55..8bdaf60 100644 --- a/gradle/wrapper/gradle-wrapper.jar +++ b/gradle/wrapper/gradle-wrapper.jar diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ff23a68..2a84e18 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.14.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright © 2015-2021 the original authors. +# Copyright © 2015 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |
