Skip to content

Commit 9e1e939

Browse files
committed
Update Gradle and core-ktx to the latest
1 parent 4f835b2 commit 9e1e939

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.0.21"
3-
androidGradlePlugin = "8.7.3"
3+
androidGradlePlugin = "8.13.2"
44
compileSdk = "36"
55
targetSdk = "36"
66
minSdk = "21"
@@ -14,11 +14,11 @@ jsoup = "1.13.1"
1414
junit = "4.13.2"
1515
kotlinx-coroutines = "1.7.3"
1616
kotlinx-coroutines-testing = '1.2.1'
17-
ktx = "1.13.1"
17+
core-ktx = "1.17.0"
1818
leakcanary-android = "2.7"
1919
lifecycle-livedata-ktx = "2.6.2"
2020
lottie = "6.1.0"
21-
material = "1.10.0"
21+
material = "1.13.0"
2222
multidex = "2.0.1"
2323
navigation-fragment-ktx = "2.7.4"
2424
navigation-safeargs = "2.7.4"
@@ -36,7 +36,7 @@ androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", vers
3636
androidx-espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espresso-core" }
3737
androidx-fragment-ktx = { module = "androidx.fragment:fragment-ktx", version.ref = "fragment-ktx" }
3838
androidx-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-junit" }
39-
androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "ktx" }
39+
androidx-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
4040
androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle-livedata-ktx" }
4141
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle-livedata-ktx" }
4242
androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Feb 23 20:00:02 CET 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)