Skip to content

Commit df47fc5

Browse files
authored
Merge pull request #15 from beevelop/next
Update SDK and build tools
2 parents cbf282c + 47a599a commit df47fc5

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
@@ -2,8 +2,8 @@ FROM beevelop/java
22

33
MAINTAINER Maik Hummel <m@ikhummel.com>
44

5-
ENV ANDROID_SDK_URL="https://dl.google.com/android/repository/tools_r25.2.3-linux.zip" \
6-
ANDROID_BUILD_TOOLS_VERSION=25.0.2 \
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 \
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" \
88
ANT_HOME="/usr/share/ant" \
99
MAVEN_HOME="/usr/share/maven" \

0 commit comments

Comments
 (0)