|
1 | 1 | # Android Builder Image |
2 | | -<img src="https://storage.googleapis.com/cloudbuild-badges/cloudbuild-android-master.svg"/> |
| 2 | +<img src="https://storage.googleapis.com/cloudbuild-badges/cloudbuild-android-master.svg" alt=""/> |
3 | 3 |
|
4 | 4 | ## Docker Image |
5 | 5 |
|
@@ -38,8 +38,8 @@ And one can pre-install Gradle by passing `_GRADLE_VERSION`.<br/> |
38 | 38 | At the moment these are both statically set in [`cloudbuild.yaml`](https://github.com/syslogic/cloudbuild-android/blob/master/cloudbuild.yaml), but the code is there. |
39 | 39 |
|
40 | 40 | - `_CLI_TOOLS_VERSION` ~ `13114758` |
41 | | - - `_ANDROID_SDK_PACKAGES` ~ `platform-tools platforms;android-35 build-tools;35.0.0` |
42 | | - - `_GRADLE_VERSION` ~ `8.13` |
| 41 | + - `_ANDROID_SDK_PACKAGES` ~ `platform-tools platforms;android-36 build-tools;36.0.0 emulator` |
| 42 | + - `_GRADLE_VERSION` ~ `9.0.0` |
43 | 43 |
|
44 | 44 | ## Usage example: Google Cloud Build |
45 | 45 |
|
@@ -135,17 +135,15 @@ The example app uses [Google Cloud KMS Gradle Plugin](https://github.com/syslogi |
135 | 135 | ````shell |
136 | 136 | ./gradlew mobile:cloudKmsDecrypt mobile:assembleRelease mobile:appDistributionUploadRelease |
137 | 137 | ```` |
138 | | -## Usage example: JetBrains Space Automation |
| 138 | +## Usage example: Bitbucket Pipeline |
139 | 139 |
|
140 | | -The variable substitutions look pretty much the same, being called "Parameters".<br/> |
141 | | -While these substitutions use no underscore (being mapped at build-time: [`.space.kts`](https://github.com/syslogic/cloudbuild-android/blob/master/.space.kts)). |
| 140 | +These substitutions use no underscore. |
142 | 141 |
|
143 | 142 | - `CLI_TOOLS_VERSION` ~ `13114758` |
144 | | - - `ANDROID_SDK_PACKAGES` ~ `platform-tools platforms;android-35 build-tools;35.0.0` |
145 | | - - `GRADLE_VERSION` ~ `8.13` |
| 143 | + - `ANDROID_SDK_PACKAGES` ~ `platform-tools platforms;android-36 build-tools;36.0.0 emulator` |
| 144 | + - `GRADLE_VERSION` ~ `9.0.0` |
146 | 145 | - `DOCKER_IMAGE` ~ the location of the Docker image previously built. |
147 | 146 |
|
148 | | -```` |
149 | 147 | ## GCP Service Account |
150 | 148 |
|
151 | 149 | - for Firebase AppDistribution, the service account needs IAM role "Firebase App Distribution Admin". |
|
0 commit comments