We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df47fc5 + 0189c31 commit 311805dCopy full SHA for 311805d
1 file changed
Dockerfile
@@ -3,8 +3,8 @@ FROM beevelop/java
3
MAINTAINER Maik Hummel <m@ikhummel.com>
4
5
ENV ANDROID_SDK_URL="https://dl.google.com/android/repository/tools_r25.2.5-linux.zip" \
6
- ANDROID_BUILD_TOOLS_VERSION=25.0.3 \
7
- ANDROID_APIS="android-10,android-15,android-16,android-17,android-18,android-19,android-20,android-21,android-22,android-23,android-24,android-25" \
+ ANDROID_BUILD_TOOLS_VERSION=27 \
+ ANDROID_APIS="android-10,android-15,android-16,android-17,android-18,android-19,android-20,android-21,android-22,android-23,android-24,android-25,android-26" \
8
ANT_HOME="/usr/share/ant" \
9
MAVEN_HOME="/usr/share/maven" \
10
GRADLE_HOME="/usr/share/gradle" \
0 commit comments