fix Android- Error:Execution failed for task ':app:transformClassesWithDexForRelease'

This commit is contained in:
LegacyGamerHD 2020-07-31 13:51:25 +02:00
parent a53d6ce0a4
commit 5c2ce7534d

View File

@ -3,6 +3,9 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion '26.0.0'
dexOptions {
javaMaxHeapSize "4g"
}
defaultConfig {
applicationId "net.kdt.pojavlaunch"
@ -10,6 +13,7 @@ android {
targetSdkVersion 26
versionCode 156235
versionName "2.5.2_6399b_20200731"
multiDexEnabled true //important
}
buildTypes {