Skip to content

Commit 3b2ec82

Browse files
authored
Update build tools and add API 27 (8.1.0)
1 parent ae23c1a commit 3b2ec82

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

0 commit comments

Comments
 (0)