mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 14:16:58 -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 {
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user