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
@@ -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}
0 commit comments