This commit is contained in:
ligi 2020-03-01 13:30:28 +01:00
parent 556957604c
commit f2a72b852c
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -109,6 +109,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
dexOptions {
javaMaxHeapSize "3g"
}
}
dependencies {