diff --git a/build.gradle b/build.gradle index 99928478732a2595dc25cd61eb7ae35c40a8d2da..0edbf41d05bdea12e1c910699db4cd6820d4a994 100644 --- a/build.gradle +++ b/build.gradle @@ -132,6 +132,15 @@ android { vectorDrawables.useSupportLibrary = true } + splits { + abi { + enable true + reset() + universalApk true + include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" + } + } + compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8