Specify buildToolsVersion.

This commit is contained in:
player-03
2016-05-31 05:24:06 -04:00
committed by Joshua Granick
parent 1ecb95598b
commit bf5b0abdf2
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
// buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
defaultConfig {
applicationId "::META_PACKAGE_NAME::"

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=19.1.0
ANDROID_BUILD_TOOLS_VERSION=23.0.3
::if KEY_STORE::
KEY_STORE=::KEY_STORE::

View File

@@ -12,5 +12,5 @@ apply plugin: 'android-library'
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
// buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION
}