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

Commit

Permalink
Build Tools updated to 26.0.2 (#122) (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored and ghaabor committed Oct 6, 2017
1 parent 1c18cb6 commit bff353e
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,3 +1,7 @@
## `v2017_10_06_1`

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

## `v2017_09_20_1`

* SDK tools updated to 26.1.1 : https://github.com/bitrise-docker/android/pull/118
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ RUN sdkmanager \
"platforms;android-10" \
# build tools
# Please keep these in descending order!
"build-tools;26.0.2" \
"build-tools;26.0.1" \
"build-tools;25.0.3" \
"build-tools;24.0.3" \
Expand Down Expand Up @@ -166,5 +167,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_09_20_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_06_1
CMD bitrise -version

0 comments on commit bff353e

Please sign in to comment.