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

New preinstalled package: build-tools-27.0.1 #134

Merged
merged 1 commit into from
Nov 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## UPCOMING

## `v2017_11_08_1`

* new preinstalled packages: `build-tools-27.0.1`: https://github.com/bitrise-docker/android/pull/134

## `v2017_11_07_1`

* new preinstalled packages:
Expand Down
11 changes: 2 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ RUN yes | sdkmanager --licenses
# Platform tools
RUN sdkmanager "platform-tools"

# Emulator
# RUN sdkmanager "emulator"
# For now we'll keep using 26.1.2 ; 26.1.3 had some booting issues...
RUN cd /opt \
&& wget https://dl.google.com/android/repository/emulator-linux-4077558.zip -O emulator.zip \
&& unzip -q emulator.zip -d ${ANDROID_HOME} \
&& rm emulator.zip

# SDKs
# Please keep these in descending order!
# The `yes` is for accepting all non-standard tool licenses.
Expand All @@ -67,6 +59,7 @@ RUN yes | sdkmanager \
"platforms;android-19" \
"platforms;android-17" \
"platforms;android-15" \
"build-tools;27.0.1" \
"build-tools;27.0.0" \
"build-tools;26.0.2" \
"build-tools;26.0.1" \
Expand Down Expand Up @@ -161,5 +154,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_27_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_11_08_1
CMD bitrise -version