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

Commit 076a223

Browse files
committed
version 2016_03_17_1 changelog and revision ENV
1 parent 2bc50e3 commit 076a223

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2016_03_17_1
2+
3+
* Restructured `Dockerfile` (Android package install related codes), to fix
4+
Android package install license acceptance issues.
5+
* `system_report.sh` now tests whether `adb` is available, prints it's version
6+
and lists the content of `platform-tools`, to check whether the platform-tools
7+
package was installed correctly
8+
19
## 2016_03_11_1
210

311
* `android-N` and `build-tools-24.0.0-preview` packages pre-installed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ RUN mvn --version
106106
# Cleaning
107107
RUN apt-get clean
108108

109-
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_03_11_1
109+
ENV BITRISE_DOCKER_REV_NUMBER_ANDROID 2016_03_17_1
110110
CMD bitrise -version

0 commit comments

Comments
 (0)