This repository was archived by the owner on Mar 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
## UPCOMING
2
2
3
+ ## ` v2017_10_27_1 `
4
+
5
+ * new preinstalled packages: ` platform-27 ` , ` build-tools-27.0.0 ` : https://github.com/bitrise-docker/android/pull/130
6
+ * Thanks [ @koral-- ] ( https://github.com/koral-- ) for the PR!
7
+
3
8
## ` v2017_10_11_1 `
4
9
5
10
* fix android/sdkmanager license issues
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ RUN cd /opt \
57
57
58
58
# Please keep all sections in descending order!
59
59
RUN yes | sdkmanager \
60
+ "platforms;android-27" \
60
61
"platforms;android-26" \
61
62
"platforms;android-25" \
62
63
"platforms;android-24" \
@@ -67,6 +68,7 @@ RUN yes | sdkmanager \
67
68
"platforms;android-17" \
68
69
"platforms;android-15" \
69
70
"platforms;android-10" \
71
+ "build-tools;27.0.0" \
70
72
"build-tools;26.0.2" \
71
73
"build-tools;26.0.1" \
72
74
"build-tools;25.0.3" \
@@ -158,5 +160,5 @@ ENV LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANDROID_HOME}/tools/lib64
158
160
# Cleaning
159
161
RUN apt-get clean
160
162
161
- ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_11_1
163
+ ENV BITRISE_DOCKER_REV_NUMBER_ANDROID v2017_10_27_1
162
164
CMD bitrise -version
You can’t perform that action at this time.
0 commit comments