11buildscript {
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
@@ -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'
4343 coroutinesVersion = ' 1.5.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}
0 commit comments