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

Commit

Permalink
build-tools-23.0.1 is now pre-installed
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Jan 9, 2016
1 parent 896c070 commit 88754c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 2016.01.09

* `build-tools-23.0.1` is now pre-installed
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN echo y | android update sdk --no-ui --all --filter \
# build tools
# Please keep these in descending order!
RUN echo y | android update sdk --no-ui --all --filter \
build-tools-23.0.2,build-tools-22.0.1,build-tools-21.1.2,build-tools-20.0.0,build-tools-19.1.0,build-tools-17.0.0
build-tools-23.0.2,build-tools-23.0.1,build-tools-22.0.1,build-tools-21.1.2,build-tools-20.0.0,build-tools-19.1.0,build-tools-17.0.0

# Android System Images, for emulators
# Please keep these in descending order!
Expand Down Expand Up @@ -82,5 +82,5 @@ RUN mvn --version
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 6
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_01_09_1
CMD bitrise -version

0 comments on commit 88754c7

Please sign in to comment.