Update to Build Tools 3.5.2

This commit is contained in:
2019-11-16 22:18:14 -06:00
parent a57f310c76
commit 48d145626f
2 changed files with 4 additions and 3 deletions

View File

@@ -5,10 +5,10 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath "com.android.tools.build:gradle:$BUILD_TOOLS_VERSION"
classpath "com.neenbedankt.gradle.plugins:android-apt:1.8"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath 'org.ajoberstar:grgit:1.5.0'
classpath "org.ajoberstar:grgit:1.5.0"
}
}