Skip to content

Commit 03e5ee1

Browse files
authored
Merge pull request #19 from beevelop/next
Fix installing build tools
2 parents 311805d + 9d4ac29 commit 03e5ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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 \
6+
ANDROID_BUILD_TOOLS_VERSION=27.0.0 \
77
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" \

0 commit comments

Comments
 (0)