remove legacy dexOptions

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-05-18 18:50:15 +02:00
parent b7873cdf7a
commit 9679ca5fb6
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -85,10 +85,6 @@ android {
testInstrumentationRunnerArgument "TEST_SERVER_PASSWORD", "${NC_TEST_SERVER_PASSWORD}"
}
dexOptions {
javaMaxHeapSize "4g"
}
buildTypes {
release {
minifyEnabled false