Don't hardcode build-tools version

This commit is contained in:
Deve
2017-08-06 23:15:08 +02:00
parent bc6ff38b22
commit b6df36fc39
3 changed files with 32 additions and 10 deletions

View File

@@ -15,8 +15,8 @@ apply plugin: 'com.android.application'
android
{
compileSdkVersion sdkVersion.toInteger()
buildToolsVersion "25.0.3"
compileSdkVersion sdk_version.toInteger()
buildToolsVersion build_tools_ver
sourceSets
{