Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit 259c4ff

Browse files
koral--ghaabor
authored andcommitted
Added preinstalled packages: platform-27, build tools 27.0.0 (#130)
* Added preinstalled packages: platform-27, build tools 27.0.0 * Update CHANGELOG.md
1 parent 76568fb commit 259c4ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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_10_27_1`
4+
5+
* new preinstalled packages: `platform-27`, `build-tools-27.0.0`: https://github.com/bitrise-docker/android/pull/130
6+
* Thanks [@koral--](https://github.com/koral--) for the PR!
7+
38
## `v2017_10_11_1`
49

510
* fix android/sdkmanager license issues

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RUN cd /opt \
5757

5858
# Please keep all sections in descending order!
5959
RUN yes | sdkmanager \
60+
"platforms;android-27" \
6061
"platforms;android-26" \
6162
"platforms;android-25" \
6263
"platforms;android-24" \
@@ -67,6 +68,7 @@ RUN yes | sdkmanager \
6768
"platforms;android-17" \
6869
"platforms;android-15" \
6970
"platforms;android-10" \
71+
"build-tools;27.0.0" \
7072
"build-tools;26.0.2" \
7173
"build-tools;26.0.1" \
7274
"build-tools;25.0.3" \
@@ -158,5 +160,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
158160
# Cleaning
159161
RUN apt-get clean
160162

161-
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_11_1
163+
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_27_1
162164
CMD bitrise -version

0 commit comments

Comments
 (0)