Updated android build tools version

This commit is contained in:
Anuken
2018-10-15 16:31:01 -04:00
parent 28b9975c75
commit 7e4e58fb78
4 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ task deploy(type: Copy){
}
android {
buildToolsVersion '28.0.2'
buildToolsVersion '28.0.3'
compileSdkVersion 28
sourceSets {
main {