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

Commit

Permalink
build-tools-26.0.1 added (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored and viktorbenei committed Jul 26, 2017
1 parent e3a9471 commit 0e62706
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_07_26_1`

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

## `v2017_07_13_1`

* SDK tools, Platform Tools and Emulator versions added to `system_report.sh` : https://github.com/bitrise-docker/android/pull/96
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN sdkmanager "platforms;android-10"

# build tools
# Please keep these in descending order!
RUN sdkmanager "build-tools;26.0.1"
RUN sdkmanager "build-tools;26.0.0"
RUN sdkmanager "build-tools;25.0.3"
RUN sdkmanager "build-tools;25.0.2"
Expand Down Expand Up @@ -169,5 +170,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_07_13_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_07_26_1
CMD bitrise -version

0 comments on commit 0e62706

Please sign in to comment.