File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## UPCOMING
22
3+ ## ` v2017_11_08_1 `
4+
5+ * new preinstalled packages: ` build-tools-27.0.1 ` : https://github.com/bitrise-docker/android/pull/134
6+
37## ` v2017_11_07_1 `
48
59* new preinstalled packages:
Original file line number Diff line number Diff line change @@ -43,14 +43,6 @@ RUN yes | sdkmanager --licenses
4343# Platform tools
4444RUN sdkmanager "platform-tools"
4545
46- # Emulator
47- # RUN sdkmanager "emulator"
48- # For now we'll keep using 26.1.2 ; 26.1.3 had some booting issues...
49- RUN cd /opt \
50- && wget https://dl.google.com/android/repository/emulator-linux-4077558.zip -O emulator.zip \
51- && unzip -q emulator.zip -d ${ANDROID_HOME} \
52- && rm emulator.zip
53-
5446# SDKs
5547# Please keep these in descending order!
5648# The `yes` is for accepting all non-standard tool licenses.
@@ -67,6 +59,7 @@ RUN yes | sdkmanager \
6759 "platforms;android-19" \
6860 "platforms;android-17" \
6961 "platforms;android-15" \
62+ "build-tools;27.0.1" \
7063 "build-tools;27.0.0" \
7164 "build-tools;26.0.2" \
7265 "build-tools;26.0.1" \
@@ -161,5 +154,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
161154# Cleaning
162155RUN apt-get clean
163156
164- ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_27_1
157+ ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_11_08_1
165158CMD bitrise -version
You can’t perform that action at this time.
0 commit comments