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

Commit

Permalink
v2016_06_18_1
Browse files Browse the repository at this point in the history
* `android-24` is no longer preview - package names were changed
  • Loading branch information
viktorbenei committed Jun 18, 2016
1 parent 0b3d464 commit 6d0521c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2016_06_18_1

* `android-24` is no longer preview - package names were changed


## 2016_05_29_1

* Install `Gradle` from official APT repo, instead of from a PPA
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN echo y | android update sdk --no-ui --all --filter extra-android-support | g

# SDKs
# Please keep these in descending order!
RUN echo y | android update sdk --no-ui --all --filter android-N | grep 'package installed'
RUN echo y | android update sdk --no-ui --all --filter android-24 | grep 'package installed'
RUN echo y | android update sdk --no-ui --all --filter android-23 | grep 'package installed'
RUN echo y | android update sdk --no-ui --all --filter android-22 | grep 'package installed'
RUN echo y | android update sdk --no-ui --all --filter android-21 | grep 'package installed'
Expand All @@ -53,7 +53,7 @@ RUN echo y | android update sdk --no-ui --all --filter android-10 | grep 'packag

# build tools
# Please keep these in descending order!
RUN echo y | android update sdk --no-ui --all --filter build-tools-24.0.0-preview | grep 'package installed'
RUN echo y | android update sdk --no-ui --all --filter build-tools-24.0.0 | grep 'package installed'
RUN echo y | android update sdk --no-ui --all --filter build-tools-23.0.3 | grep 'package installed'
RUN echo y | android update sdk --no-ui --all --filter build-tools-23.0.2 | grep 'package installed'
RUN echo y | android update sdk --no-ui --all --filter build-tools-23.0.1 | grep 'package installed'
Expand Down Expand Up @@ -112,5 +112,5 @@ RUN fastlane --version
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_05_29_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_06_18_1
CMD bitrise -version

0 comments on commit 6d0521c

Please sign in to comment.