Renamed android build tools version variable

This commit is contained in:
Collin Smith 2020-11-21 17:20:11 -08:00
parent 58c42c63c2
commit ba35383a13
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:$androidBuildToolsVersion"
classpath "com.android.tools.build:gradle:$androidBuildToolsPluginVersion"
classpath "gradle.plugin.io.netifi:gradle-flatbuffers-plugin:1.0.5"
}

View File

@ -2,7 +2,7 @@ org.gradle.daemon=true
org.gradle.jvmargs=-Xms512M -Xmx1G -XX:MaxPermSize=1G -XX:MaxMetaspaceSize=1G
org.gradle.configureondemand=false
androidBuildToolsVersion=4.0.0
androidBuildToolsPluginVersion=4.0.0
gdxVersion=1.9.11
artemisOdbVersion=2.3.0
artemisContribVersion=2.4.0