Remove obselete unused dexOptions.

This commit is contained in:
Alex Hart
2022-12-08 10:50:31 -04:00
parent 04bf2cd0c2
commit bcd0360dd0

View File

@@ -93,10 +93,6 @@ android {
freeCompilerArgs = ["-Xallow-result-return-type"] freeCompilerArgs = ["-Xallow-result-return-type"]
} }
dexOptions {
javaMaxHeapSize "4g"
}
signingConfigs { signingConfigs {
if (keystores.debug != null) { if (keystores.debug != null) {
debug { debug {