Skip to content

Commit 311805d

Browse files
authored
Merge pull request #18 from beevelop/next
Update to android-26
2 parents df47fc5 + 0189c31 commit 311805d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM beevelop/java
33
MAINTAINER Maik Hummel <m@ikhummel.com>
44

55
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" \
6+
ANDROID_BUILD_TOOLS_VERSION=27 \
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-26" \
88
ANT_HOME="/usr/share/ant" \
99
MAVEN_HOME="/usr/share/maven" \
1010
GRADLE_HOME="/usr/share/gradle" \

0 commit comments

Comments
 (0)