Skip to content

Commit 6abc7dd

Browse files
authored
Use Android SDK 25.2.3 and Build tools 25.0.2
1 parent 331e2ec commit 6abc7dd

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/android-sdk_r24.4.1-linux.tgz" \
6-
ANDROID_BUILD_TOOLS_VERSION=25.0.0 \
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 \
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)