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

Commit

Permalink
v2017_03_14_1 - SDK tools updated to 25.2.5 + Dockerfile refactor
Browse files Browse the repository at this point in the history
* SDK tools updated to 25.2.5
* And related, quite significant Dockerfile revision: #68
    * Thanks @koral-- for the PR!
  • Loading branch information
viktorbenei committed Mar 14, 2017
1 parent e843afb commit 3b4f14a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## `v2017_03_14_1`

* SDK tools updated to 25.2.5
* And related, quite significant Dockerfile revision: https://github.com/bitrise-docker/android/pull/68
* Thanks @koral-- for the PR!


## `v2017_01_11_1`

* Pre-installed android packages cleanup: https://github.com/bitrise-docker/android/pull/55/files
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_01_11_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_03_14_1
CMD bitrise -version

0 comments on commit 3b4f14a

Please sign in to comment.