mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
fix Android- Error:Execution failed for task ':app:transformClassesWithDexForRelease'
This commit is contained in:
parent
a53d6ce0a4
commit
5c2ce7534d
@ -3,6 +3,9 @@ apply plugin: 'com.android.application'
|
|||||||
android {
|
android {
|
||||||
compileSdkVersion 26
|
compileSdkVersion 26
|
||||||
buildToolsVersion '26.0.0'
|
buildToolsVersion '26.0.0'
|
||||||
|
dexOptions {
|
||||||
|
javaMaxHeapSize "4g"
|
||||||
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "net.kdt.pojavlaunch"
|
applicationId "net.kdt.pojavlaunch"
|
||||||
@ -10,6 +13,7 @@ android {
|
|||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 156235
|
versionCode 156235
|
||||||
versionName "2.5.2_6399b_20200731"
|
versionName "2.5.2_6399b_20200731"
|
||||||
|
multiDexEnabled true //important
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user