File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 # Note: When commenting these out, one has to run `./gradlew build` to fetch the components instead.
2323 # '--build-arg', 'ANDROID_SDK_PACKAGES=platform-tools platforms;android-35 build-tools;35.0.0 ndk;25.1.8937393',
2424 ' --build-arg' , '_ANDROID_SDK_PACKAGES=platform-tools platforms;android-35 build-tools;35.0.0',
25- ' --build-arg' , '_CLI_TOOLS_VERSION=12266719 ',
26- ' --build-arg' , '_GRADLE_VERSION=8.10.2 ',
25+ ' --build-arg' , '_CLI_TOOLS_VERSION=12700392 ',
26+ ' --build-arg' , '_GRADLE_VERSION=8.11.1 ',
2727
2828 # enable cloudbuild network
2929 ' --network' , 'cloudbuild',
Original file line number Diff line number Diff line change 11[versions ]
2- android_gradle_plugin = ' 8.7.1 '
2+ android_gradle_plugin = ' 8.7.3 '
33google_mobile_services = ' 4.4.2'
44firebase_appdistribution = ' 5.0.0'
55firebase_crashlytics_plugin = ' 3.0.2'
@@ -8,17 +8,17 @@ firebase_perf_plugin = '1.4.2'
88kotlin = ' 2.0.21'
99junit = ' 4.13.2'
1010androidx_appcompat = ' 1.7.0'
11- androidx_constraintlayout = ' 2.1.4 '
12- androidx_navigation = ' 2.8.2 '
11+ androidx_constraintlayout = ' 2.2.0 '
12+ androidx_navigation = ' 2.8.5 '
1313androidx_test_junit = ' 1.2.1'
1414androidx_test_core = ' 1.6.1'
1515androidx_test_rules = ' 1.6.1'
1616androidx_test_runner = ' 1.6.2'
1717androidx_test_monitor = ' 1.7.2'
1818androidx_test_espresso = ' 3.6.1'
1919androidx_test_uiautomator = ' 2.3.0'
20- firebase_crashlytics = ' 19.2 .0'
21- firebase_perf = ' 21.0.1 '
20+ firebase_crashlytics = ' 19.3 .0'
21+ firebase_perf = ' 21.0.3 '
2222
2323[plugins ]
2424android_application = { id = " com.android.application" , version.ref = " android_gradle_plugin" }
You can’t perform that action at this time.
0 commit comments