File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
154155RUN 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
157158CMD bitrise -version
You can’t perform that action at this time.
0 commit comments