1
1
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 '
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.0 .3'
9
+ classpath ' com.android.tools.build:gradle:8.7 .3'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
11
11
classpath " androidx.navigation:navigation-safe-args-gradle-plugin:$navigationVersion "
12
12
@@ -31,27 +31,27 @@ ext {
31
31
32
32
// App dependencies
33
33
androidXVersion = ' 1.0.0'
34
- androidXTestCoreVersion = ' 1.4.0 '
35
- androidXTestExtKotlinRunnerVersion = ' 1.1.3 '
34
+ androidXTestCoreVersion = ' 1.6.1 '
35
+ androidXTestExtKotlinRunnerVersion = ' 1.2.1 '
36
36
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'
41
41
coroutinesVersion = ' 1.5.2'
42
42
cardVersion = ' 1.0.0'
43
- coroutinesVersion = ' 1.5 .0'
43
+ coroutinesVersion = ' 1.9 .0'
44
44
dexMakerVersion = ' 2.12.1'
45
- espressoVersion = ' 3.4.0 '
46
- fragmentKtxVersion = ' 1.4.0 '
45
+ espressoVersion = ' 3.6.1 '
46
+ fragmentKtxVersion = ' 1.8.5 '
47
47
hamcrestVersion = ' 1.3'
48
48
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 '
53
53
rulesVersion = ' 1.0.1'
54
54
swipeRefreshLayoutVersion = ' 1.1.0'
55
- timberVersion = ' 4.7 .1'
55
+ timberVersion = ' 5.0 .1'
56
56
truthVersion = ' 1.1.2'
57
57
}
0 commit comments