Merge pull request #257 from LegacyGamerHD/pull2

fix Android- Error:Execution failed for task ':app:transformClassesWi…
This commit is contained in:
Tran Khanh Duy
2020-07-31 18:55:14 +07:00
committed by GitHub

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 {