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-28.0.3 #195

Merged
merged 1 commit into from
Oct 8, 2018
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

## `v2018_10_05_1`

* new preinstalled package: `build-tools-28.0.3`: https://github.com/bitrise-docker/android/pull/195

## `v2017_08_31_1`

* new preinstalled package: `build-tools-28.0.2`: https://github.com/bitrise-docker/android/pull/188
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN yes | sdkmanager \
"platforms;android-19" \
"platforms;android-17" \
"platforms;android-15" \
"build-tools;28.0.3" \
"build-tools;28.0.2" \
"build-tools;28.0.1" \
"build-tools;28.0.0" \
Expand Down Expand Up @@ -159,5 +160,5 @@ ENV LD_LIBRARY_PATH ${ANDROID_HOME}/tools/lib64:${ANDROID_HOME}/emulator/lib64:$
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2018_08_31_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2018_10_05_1
CMD bitrise -version