Skip to content

Commit b7c6c86

Browse files
koral--viktorbenei
authored andcommitted
New preinstalled package: build-tools-27.0.3 (bitrise-io#148)
1 parent 0047233 commit b7c6c86

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## UPCOMING
22

3+
## `v2017_12_29_1`
4+
5+
* new preinstalled package: `build-tools-27.0.3`: https://github.com/bitrise-docker/android/pull/148
6+
7+
38
## `v2017_12_08_1`
49

510
* new preinstalled package: `build-tools-27.0.2`: https://github.com/bitrise-docker/android/pull/144

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN yes | sdkmanager \
5959
"platforms;android-19" \
6060
"platforms;android-17" \
6161
"platforms;android-15" \
62+
"build-tools;27.0.3" \
6263
"build-tools;27.0.2" \
6364
"build-tools;27.0.1" \
6465
"build-tools;27.0.0" \
@@ -153,5 +154,5 @@ ENV LD_LIBRARY_PATH ${ANDROID_HOME}/tools/lib64:${ANDROID_HOME}/emulator/lib64:$
153154
# Cleaning
154155
RUN apt-get clean
155156

156-
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_12_08_1
157+
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_12_29_1
157158
CMD bitrise -version

0 commit comments

Comments
 (0)