Skip to content

Commit 0deb17a

Browse files
committed
Gradle 9.2.1
1 parent 0016aae commit 0deb17a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN yum -y install wget unzip xxd libidn && yum -y upgrade
1111
# Arguments, now with default values.
1212
ARG _CLI_TOOLS_VERSION=13114758
1313
ARG _ANDROID_SDK_PACKAGES="platform-tools platforms;android-36.1 build-tools;36.1.0 emulator"
14-
ARG _GRADLE_VERSION=9.1.0
14+
ARG _GRADLE_VERSION=9.2.1
1515

1616
# Path
1717
ENV ANDROID_HOME=/opt/android-sdk

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ At the moment these are both statically set in [`cloudbuild.yaml`](https://githu
3939

4040
- `_CLI_TOOLS_VERSION` ~ `13114758`
4141
- `_ANDROID_SDK_PACKAGES` ~ `platform-tools platforms;android-36.1 build-tools;36.1.0 emulator`
42-
- `_GRADLE_VERSION` ~ `9.1.0`
42+
- `_GRADLE_VERSION` ~ `9.2.1`
4343

4444
## Usage example: Google Cloud Build
4545

@@ -141,7 +141,7 @@ These substitutions use no underscore.
141141

142142
- `CLI_TOOLS_VERSION` ~ `13114758`
143143
- `ANDROID_SDK_PACKAGES` ~ `platform-tools platforms;android-36.1 build-tools;36.1.0 emulator`
144-
- `GRADLE_VERSION` ~ `9.1.0`
144+
- `GRADLE_VERSION` ~ `9.2.1`
145145
- `DOCKER_IMAGE` ~ the location of the Docker image previously built.
146146

147147
## GCP Service Account

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
# '--build-arg', 'ANDROID_SDK_PACKAGES=platform-tools platforms;android-36.1 build-tools;36.1.0 emulator ndk;25.1.8937393',
2424
'--build-arg', '_ANDROID_SDK_PACKAGES=platform-tools platforms;android-36.1 build-tools;36.1.0 emulator',
2525
'--build-arg', '_CLI_TOOLS_VERSION=13114758',
26-
'--build-arg', '_GRADLE_VERSION=9.1.0',
26+
'--build-arg', '_GRADLE_VERSION=9.2.1',
2727

2828
# enable cloudbuild network
2929
'--network', 'cloudbuild',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)