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

Commit

Permalink
SDK tools updated to 26.0.2 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- authored and viktorbenei committed Jul 12, 2017
1 parent 819bcb5 commit 41c85b9
Show file tree
Hide file tree
Showing 2 changed files with 5 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_12_1`

* SDK tools updated to 26.0.2 : https://github.com/bitrise-docker/android/pull/95

## `v2017_06_10_1`

* new preinstalled packages: `build-tools-26.0.0`, `platforms;android-26` : https://github.com/bitrise-docker/android/pull/88
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-8-jdk libc6:i386 l
# --- Download Android SDK tools into $ANDROID_HOME

RUN cd /opt \
&& wget -q https://dl.google.com/android/repository/tools_r25.2.5-linux.zip -O android-sdk-tools.zip \
&& wget -q https://dl.google.com/android/repository/sdk-tools-linux-3952940.zip -O android-sdk-tools.zip \
&& unzip -q android-sdk-tools.zip -d ${ANDROID_HOME} \
&& rm -f android-sdk-tools.zip

Expand Down

0 comments on commit 41c85b9

Please sign in to comment.