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

Added preinstalled packages: platform-27, build tools 27.0.0 #130

Merged
merged 2 commits into from
Oct 27, 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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## UPCOMING

## `v2017_10_27_1`

* new preinstalled packages: `platform-27`, `build-tools-27.0.0`: https://github.com/bitrise-docker/android/pull/130
* Thanks [@koral--](https://github.com/koral--) for the PR!

## `v2017_10_11_1`

* fix android/sdkmanager license issues
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN cd /opt \

# Please keep all sections in descending order!
RUN yes | sdkmanager \
"platforms;android-27" \
"platforms;android-26" \
"platforms;android-25" \
"platforms;android-24" \
Expand All @@ -67,6 +68,7 @@ RUN yes | sdkmanager \
"platforms;android-17" \
"platforms;android-15" \
"platforms;android-10" \
"build-tools;27.0.0" \
"build-tools;26.0.2" \
"build-tools;26.0.1" \
"build-tools;25.0.3" \
Expand Down Expand Up @@ -158,5 +160,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_11_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_27_1
CMD bitrise -version