Auto-detect Android build-tools version

Use <android build-tools-version="" /> to specify a version in project xml.
This commit is contained in:
Justin Espedal
2017-04-05 15:22:39 -07:00
committed by Joshua Granick
parent 4373726efb
commit f31b29fc3c
4 changed files with 67 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ VERSION_CODE=::META_BUILD_NUMBER::
ANDROID_BUILD_TARGET_SDK_VERSION=::ANDROID_TARGET_SDK_VERSION::
ANDROID_BUILD_MIN_SDK_VERSION=::ANDROID_MINIMUM_SDK_VERSION::
ANDROID_BUILD_SDK_VERSION=::ANDROID_TARGET_SDK_VERSION::
ANDROID_BUILD_TOOLS_VERSION=24.0.1
ANDROID_BUILD_TOOLS_VERSION=::ANDROID_BUILD_TOOLS_VERSION::
::if KEY_STORE::
KEY_STORE=::KEY_STORE::