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

Commit

Permalink
New preinstalled package: build-tools-28.0.3 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored and ghaabor committed Oct 8, 2018
1 parent e0fd9d0 commit e3f4efb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit e3f4efb

Please sign in to comment.