Change buildToolsVersion

This commit is contained in:
jacques 2022-01-15 19:51:17 +01:00
parent de326ac7d2
commit ac15fae0f0

View file

@ -93,6 +93,7 @@ android {
incremental false incremental false
javaMaxHeapSize "4g" javaMaxHeapSize "4g"
} }
buildToolsVersion '32.0.0'
allprojects { allprojects {
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {