Skip to content

Commit 2dd19ec

Browse files
committed
Gradle 8.11.1
1 parent 1c7be0b commit 2dd19ec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ steps:
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',

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
android_gradle_plugin = '8.7.1'
2+
android_gradle_plugin = '8.7.3'
33
google_mobile_services = '4.4.2'
44
firebase_appdistribution = '5.0.0'
55
firebase_crashlytics_plugin = '3.0.2'
@@ -8,17 +8,17 @@ firebase_perf_plugin = '1.4.2'
88
kotlin = '2.0.21'
99
junit = '4.13.2'
1010
androidx_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'
1313
androidx_test_junit = '1.2.1'
1414
androidx_test_core = '1.6.1'
1515
androidx_test_rules = '1.6.1'
1616
androidx_test_runner = '1.6.2'
1717
androidx_test_monitor = '1.7.2'
1818
androidx_test_espresso = '3.6.1'
1919
androidx_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]
2424
android_application = { id = "com.android.application", version.ref = "android_gradle_plugin" }

0 commit comments

Comments
 (0)