From c7d3a98f027c76556db552109a8ab61405dbd546 Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Sat, 24 Sep 2016 14:22:59 +0200 Subject: [PATCH] Update to SDK 24 / Nougat --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9070def..6386a2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ FROM ubuntu:16.04 MAINTAINER Jan Grewe <jan@faked.org> -ENV VERSION_SDK_TOOLS "25.1.7" -ENV VERSION_BUILD_TOOLS "23.0.3" -ENV VERSION_TARGET_SDK "23" +ENV VERSION_SDK_TOOLS "25.2.2" +ENV VERSION_BUILD_TOOLS "24.0.2" +ENV VERSION_TARGET_SDK "24" 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" -- GitLab