From c1d65573952ade118c078db321afef3a078fa4f6 Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan.grewe@magicinternet.de> Date: Mon, 29 Aug 2016 13:12:07 +0200 Subject: [PATCH] Update Build Tools to 24.0.2, targetSdk to 24 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8131584..1f0dc33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ 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_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