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

Commit

Permalink
version 2016_03_17_1 changelog and revision ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Mar 17, 2016
1 parent 2bc50e3 commit 076a223
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2016_03_17_1

* Restructured `Dockerfile` (Android package install related codes), to fix
Android package install license acceptance issues.
* `system_report.sh` now tests whether `adb` is available, prints it's version
and lists the content of `platform-tools`, to check whether the platform-tools
package was installed correctly

## 2016_03_11_1

* `android-N` and `build-tools-24.0.0-preview` packages pre-installed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ RUN mvn --version
# Cleaning
RUN apt-get clean

ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_03_11_1
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_03_17_1
CMD bitrise -version

0 comments on commit 076a223

Please sign in to comment.