|
1 | 1 | [versions] |
2 | | -android_gradle_plugin = "8.11.0" |
| 2 | +android_gradle_plugin = "8.11.1" |
3 | 3 | google_mobile_services = '4.4.3' |
4 | 4 | firebase_appdistribution = '5.1.1' |
5 | | -firebase_crashlytics_plugin = '3.0.4' |
6 | | -firebase_perf_plugin = '1.4.2' |
| 5 | +firebase_crashlytics_plugin = '3.0.5' |
| 6 | +firebase_perf_plugin = '2.0.0' |
7 | 7 |
|
8 | 8 | kotlin = '2.2.0' |
9 | 9 | junit = '4.13.2' |
10 | 10 | androidx_appcompat = '1.7.1' |
11 | 11 | androidx_constraintlayout = '2.2.1' |
12 | | -androidx_navigation = '2.9.1' |
13 | | -androidx_test_junit = '1.2.1' |
14 | | -androidx_test_core = '1.6.1' |
15 | | -androidx_test_rules = '1.6.1' |
16 | | -androidx_test_runner = '1.6.2' |
17 | | -androidx_test_monitor = '1.7.2' |
18 | | -androidx_test_espresso = '3.6.1' |
| 12 | +androidx_navigation = '2.9.3' |
| 13 | +androidx_test_junit = '1.3.0' |
| 14 | +androidx_test_core = '1.7.0' |
| 15 | +androidx_test_rules = '1.7.0' |
| 16 | +androidx_test_runner = '1.7.0' |
| 17 | +androidx_test_monitor = '1.8.0' |
| 18 | +androidx_test_espresso = '3.7.0' |
19 | 19 | androidx_test_uiautomator = '2.3.0' |
20 | | -firebase_crashlytics = '19.4.4' |
21 | | -firebase_perf = '21.0.5' |
| 20 | +firebase_crashlytics = '20.0.0' |
| 21 | +firebase_perf = '22.0.0' |
22 | 22 |
|
23 | 23 | [plugins] |
24 | 24 | android_application = { id = "com.android.application", version.ref = "android_gradle_plugin" } |
25 | | -# android_library = { id = "com.android.library", version.ref = "android_gradle_plugin" } |
| 25 | +android_library = { id = "com.android.library", version.ref = "android_gradle_plugin" } |
26 | 26 | androidx_navigation_safeargs = { id = "androidx.navigation.safeargs", version.ref = "androidx_navigation" } |
27 | 27 | google_mobile_services = { id = "com.google.gms.google-services", version.ref = "google_mobile_services" } |
28 | 28 | firebase_appdistribution = { id = "com.google.firebase.appdistribution", version.ref = "firebase_appdistribution" } |
|
0 commit comments