We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681f7d9 commit 0bd8262Copy full SHA for 0bd8262
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## UPCOMING
2
3
+## `v2017_11_10_1`
4
+
5
+* Rollback of `tools` package preinstall due to ARM v7 emulator boot issue.
6
7
## `v2017_11_08_2`
8
9
* Rollback to the locked Emulator package version, as it was since `v2017_08_10_1`;
Dockerfile
@@ -160,5 +160,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
160
# Cleaning
161
RUN apt-get clean
162
163
-ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_11_08_2
+ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_11_10_1
164
CMD bitrise -version
0 commit comments