Skip to content

Commit

Permalink
Fix installing build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
beevelop committed Nov 2, 2017
1 parent 311805d commit 9d4ac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM beevelop/java
MAINTAINER Maik Hummel <m@ikhummel.com>

ENV ANDROID_SDK_URL="https://dl.google.com/android/repository/tools_r25.2.5-linux.zip" \
ANDROID_BUILD_TOOLS_VERSION=27 \
ANDROID_BUILD_TOOLS_VERSION=27.0.0 \
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" \
ANT_HOME="/usr/share/ant" \
MAVEN_HOME="/usr/share/maven" \
Expand Down

0 comments on commit 9d4ac29

Please sign in to comment.