From 434734c4d8812acd238fc144c0e6041faf63944b Mon Sep 17 00:00:00 2001 From: Jan Grewe <jan@faked.org> Date: Wed, 14 Dec 2016 08:34:14 +0100 Subject: [PATCH] Update Build Tools to 25.0.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e6c29c..b038adc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM ubuntu:16.04 MAINTAINER Jan Grewe <jan@faked.org> ENV VERSION_SDK_TOOLS "25.2.4" -ENV VERSION_BUILD_TOOLS "25.0.1" +ENV VERSION_BUILD_TOOLS "25.0.2" 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" -- GitLab