Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 9fa196e

Browse files
Update all dependencies
1 parent 8a65c0d commit 9fa196e

File tree

5 files changed

+311
-218
lines changed

5 files changed

+311
-218
lines changed

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
22
ext.kotlinVersion = '1.5.31'
3-
ext.navigationVersion = '2.3.5'
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

@@ -32,20 +32,20 @@ ext {
3232
// App dependencies
3333
androidXVersion = '1.0.0'
3434
androidXTestCoreVersion = '1.3.0'
35-
androidXTestExtKotlinRunnerVersion = '1.1.3'
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'
37+
androidXAnnotations = '1.9.1'
38+
appCompatVersion = '1.7.0'
39+
archLifecycleVersion = '2.8.7'
4040
coroutinesVersion = '1.5.2'
4141
cardVersion = '1.0.0'
42-
espressoVersion = '3.4.0'
43-
fragmentKtxVersion = '1.4.0'
42+
espressoVersion = '3.6.1'
43+
fragmentKtxVersion = '1.8.5'
4444
junitVersion = '4.13.2'
45-
materialVersion = '1.4.0'
46-
recyclerViewVersion = '1.2.1'
47-
roomVersion = '2.3.0'
45+
materialVersion = '1.12.0'
46+
recyclerViewVersion = '1.3.2'
47+
roomVersion = '2.6.1'
4848
rulesVersion = '1.0.1'
4949
swipeRefreshLayoutVersion = '1.1.0'
50-
timberVersion = '4.7.1'
50+
timberVersion = '5.0.1'
5151
}

gradle/wrapper/gradle-wrapper.jar

-6.17 KB
Binary file not shown.
Lines changed: 4 additions & 3 deletions
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)