diff --git a/Dockerfile b/Dockerfile index 07ee49bd9ab889153caf419678fbfa61bb16ae5b..f7f9be68071348dc99a68c9f076ae54ad5192e97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,11 +8,11 @@ FROM ubuntu:16.04 MAINTAINER Jan Grewe <jan@faked.org> -ENV VERSION_SDK_TOOLS "25.2.3" -ENV VERSION_BUILD_TOOLS "25.0.2" +ENV VERSION_SDK_TOOLS "26.0.2" +ENV VERSION_BUILD_TOOLS "25.0.3" ENV VERSION_TARGET_SDK "25" -ENV SDK_PACKAGES "build-tools-${VERSION_BUILD_TOOLS},android-${VERSION_TARGET_SDK},addon-google_apis-google-${VERSION_TARGET_SDK},platform-tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository" +ENV SDK_PACKAGES "build-tools-${VERSION_BUILD_TOOLS},android-${VERSION_TARGET_SDK},addon-google_apis-google-${VERSION_TARGET_SDK},platform-tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,ndk-bundle" ENV ANDROID_HOME "/sdk" ENV PATH "$PATH:${ANDROID_HOME}/tools"