|
1 | 1 | [versions] |
2 | | -android_gradle_plugin = '8.13.0' |
3 | | -google_mobile_services = '4.4.4' |
4 | | -firebase_appdistribution = '5.1.1' |
5 | | -firebase_crashlytics_plugin = '3.0.6' |
6 | | -firebase_perf_plugin = '2.0.1' |
| 2 | +android_gradle_plugin = "8.13.1" |
| 3 | +google_mobile_services = "4.4.4" |
| 4 | +firebase_appdistribution = "5.2.0" |
| 5 | +firebase_crashlytics_plugin = "3.0.6" |
| 6 | +firebase_perf_plugin = "2.0.2" |
7 | 7 |
|
8 | | -kotlin = '2.2.21' |
9 | | -junit = '4.13.2' |
| 8 | +kotlin = "2.2.21" |
| 9 | +junit = "4.13.2" |
10 | 10 |
|
11 | | -androidx_appcompat = '1.7.1' |
12 | | -androidx_constraintlayout = '2.2.1' |
13 | | -androidx_navigation = '2.9.5' |
14 | | -androidx_test_junit = '1.3.0' |
15 | | -androidx_test_core = '1.7.0' |
16 | | -androidx_test_rules = '1.7.0' |
17 | | -androidx_test_runner = '1.7.0' |
18 | | -androidx_test_monitor = '1.8.0' |
19 | | -androidx_test_espresso = '3.7.0' |
20 | | -androidx_test_uiautomator = '2.3.0' |
| 11 | +androidx_appcompat = "1.7.1" |
| 12 | +androidx_constraintlayout = "2.2.1" |
| 13 | +androidx_navigation = "2.9.6" |
| 14 | +androidx_test_junit = "1.3.0" |
| 15 | +androidx_test_core = "1.7.0" |
| 16 | +androidx_test_rules = "1.7.0" |
| 17 | +androidx_test_runner = "1.7.0" |
| 18 | +androidx_test_monitor = "1.8.0" |
| 19 | +androidx_test_espresso = "3.7.0" |
| 20 | +androidx_test_uiautomator = "2.3.0" |
21 | 21 |
|
22 | | -firebase_crashlytics = '20.0.3' |
23 | | -firebase_perf = '22.0.2' |
| 22 | +firebase_crashlytics = "20.0.3" |
| 23 | +firebase_perf = "22.0.4" |
24 | 24 |
|
25 | 25 | [plugins] |
26 | 26 | android_application = { id = "com.android.application", version.ref = "android_gradle_plugin" } |
|
0 commit comments