diff --git a/app/build.gradle b/app/build.gradle index e65ca4a52..c271894d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,6 +34,7 @@ android { vectorDrawables.useSupportLibrary = true resConfigs 'zh', 'zh-rCN', 'zh-rHK', 'zh-rTW', 'es', 'ja', 'ko', 'fr', 'de', 'th' testOptions.unitTests.includeAndroidResources = true + multiDexEnabled true ndk { moduleName "native-lib" abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"