Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit f65bd52

Browse files
Update all dependencies
1 parent b9f92a4 commit f65bd52

File tree

5 files changed

+316
-223
lines changed

5 files changed

+316
-223
lines changed

build.gradle

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlinVersion = '1.5.31'
3-
ext.navigationVersion = '2.3.5'
2+
ext.kotlinVersion = '2.1.0'
3+
ext.navigationVersion = '2.8.4'
44
repositories {
55
google()
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.0.3'
9+
classpath 'com.android.tools.build:gradle:8.7.3'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1111
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigationVersion"
1212

@@ -31,27 +31,27 @@ ext {
3131

3232
// App dependencies
3333
androidXVersion = '1.0.0'
34-
androidXTestCoreVersion = '1.4.0'
35-
androidXTestExtKotlinRunnerVersion = '1.1.3'
34+
androidXTestCoreVersion = '1.6.1'
35+
androidXTestExtKotlinRunnerVersion = '1.2.1'
3636
androidXTestRulesVersion = '1.2.0'
37-
androidXAnnotations = '1.3.0'
38-
appCompatVersion = '1.4.0'
39-
archLifecycleVersion = '2.4.0'
40-
archTestingVersion = '2.1.0'
37+
androidXAnnotations = '1.9.1'
38+
appCompatVersion = '1.7.0'
39+
archLifecycleVersion = '2.8.7'
40+
archTestingVersion = '2.2.0'
4141
coroutinesVersion = '1.5.2'
4242
cardVersion = '1.0.0'
43-
coroutinesVersion = '1.5.0'
43+
coroutinesVersion = '1.9.0'
4444
dexMakerVersion = '2.12.1'
45-
espressoVersion = '3.4.0'
46-
fragmentKtxVersion = '1.4.0'
45+
espressoVersion = '3.6.1'
46+
fragmentKtxVersion = '1.8.5'
4747
hamcrestVersion = '1.3'
4848
junitVersion = '4.13.2'
49-
materialVersion = '1.4.0'
50-
recyclerViewVersion = '1.2.1'
51-
robolectricVersion = '4.5.1'
52-
roomVersion = '2.3.0'
49+
materialVersion = '1.12.0'
50+
recyclerViewVersion = '1.3.2'
51+
robolectricVersion = '4.14.1'
52+
roomVersion = '2.6.1'
5353
rulesVersion = '1.0.1'
5454
swipeRefreshLayoutVersion = '1.1.0'
55-
timberVersion = '4.7.1'
55+
timberVersion = '5.0.1'
5656
truthVersion = '1.1.2'
5757
}

gradle/wrapper/gradle-wrapper.jar

-6.17 KB
Binary file not shown.
+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Mon Jun 14 12:47:31 UTC 2021
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)