Skip to content

Commit 825deca

Browse files
committed
version 1.2.6
1 parent 3dc38ec commit 825deca

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
[versions]
2-
android_gradle_plugin = "8.12.0"
2+
android_gradle_plugin = '8.13.0'
33
google_mobile_services = '4.4.3'
44
firebase_appdistribution = '5.1.1'
55
firebase_crashlytics_plugin = '3.0.6'
66
firebase_perf_plugin = '2.0.1'
77

8-
kotlin = '2.2.0'
8+
kotlin = '2.2.20'
99
junit = '4.13.2'
10+
1011
androidx_appcompat = '1.7.1'
1112
androidx_constraintlayout = '2.2.1'
12-
androidx_navigation = '2.9.3'
13+
androidx_navigation = '2.9.5'
1314
androidx_test_junit = '1.3.0'
1415
androidx_test_core = '1.7.0'
1516
androidx_test_rules = '1.7.0'
1617
androidx_test_runner = '1.7.0'
1718
androidx_test_monitor = '1.8.0'
1819
androidx_test_espresso = '3.7.0'
1920
androidx_test_uiautomator = '2.3.0'
20-
firebase_crashlytics = '20.0.0'
21-
firebase_perf = '22.0.0'
21+
22+
firebase_crashlytics = '20.0.2'
23+
firebase_perf = '22.0.2'
2224

2325
[plugins]
2426
android_application = { id = "com.android.application", version.ref = "android_gradle_plugin" }

0 commit comments

Comments
 (0)