@@ -4,45 +4,45 @@ buildscript {
44 ext {
55 compileSdkVersion = 34
66 minSdkVersion = 24
7- targetSdkVersion = 33
7+ targetSdkVersion = 34
88
9- kotlin_version = ' 1.9.23 '
9+ kotlin_version = ' 1.9.25 '
1010 kotlinx_version = ' 1.8.1'
1111
12- desugar_version = ' 2.0.4 '
12+ desugar_version = ' 2.1.1 '
1313
14- firebase_version = ' 32.8.1 '
14+ firebase_version = ' 33.2.0 '
1515
16- activity_version = ' 1.9.0 '
17- appcompat_version = ' 1.6.1 '
16+ activity_version = ' 1.9.1 '
17+ appcompat_version = ' 1.7.0 '
1818 constraintlayout_version = ' 2.1.4'
1919 core_version = ' 1.13.1'
20- fragment_version = ' 1.7.1 '
21- lifecycle_version = ' 2.8.0 '
20+ fragment_version = ' 1.8.2 '
21+ lifecycle_version = ' 2.8.4 '
2222 preference_version = ' 1.2.1'
2323 recyclerview_version = ' 1.3.2'
2424 coresplash_version = ' 1.0.1'
25- work_version = ' 2.9.0 '
25+ work_version = ' 2.9.1 '
2626 navigation_version = ' 2.7.7'
2727
28- test_core_version = ' 1.5.0 '
29- test_runner_version = ' 1.5 .2'
30- test_rules_version = ' 1.5.0 '
31- junit_version = ' 1.1.5 '
32- androidx_truth_version = ' 1.5 .0'
33- google_truth_version = ' 1.4.2 '
28+ test_core_version = ' 1.6.1 '
29+ test_runner_version = ' 1.6 .2'
30+ test_rules_version = ' 1.6.1 '
31+ junit_version = ' 1.2.1 '
32+ androidx_truth_version = ' 1.6 .0'
33+ google_truth_version = ' 1.4.4 '
3434
3535 material_version = ' 1.12.0'
3636
37- compose_bom_version = ' 2024.05 .00'
38- compose_compiler_version = ' 1.5.13 '
37+ compose_bom_version = ' 2024.08 .00'
38+ compose_compiler_version = ' 1.5.15 '
3939 wear_compose_version = ' 1.3.1'
40- wear_tiles_version = ' 1.3 .0'
40+ wear_tiles_version = ' 1.4 .0'
4141 wear_watchface_version = ' 1.2.1'
42- horologist_version = ' 0.5.27 '
42+ horologist_version = ' 0.5.28 '
4343 accompanist_version = ' 0.34.0'
4444
45- gson_version = ' 2.10.1 '
45+ gson_version = ' 2.11.0 '
4646 timber_version = ' 5.0.1'
4747
4848 // Shizuku
@@ -56,9 +56,9 @@ buildscript {
5656 }
5757
5858 dependencies {
59- classpath ' com.android.tools.build:gradle:8.4.0 '
60- classpath ' com.google.gms:google-services:4.4.1 '
61- classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.9 '
59+ classpath ' com.android.tools.build:gradle:8.5.2 '
60+ classpath ' com.google.gms:google-services:4.4.2 '
61+ classpath ' com.google.firebase:firebase-crashlytics-gradle:3.0.2 '
6262 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
6363 // NOTE: Do not place your application dependencies here; they belong
6464 // in the individual module build.gradle files
0 commit comments