mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Change buildToolsVersion
This commit is contained in:
parent
de326ac7d2
commit
ac15fae0f0
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue