diff --git a/app/build.gradle b/app/build.gradle index 015f4f1..d385889 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,6 +10,9 @@ android { versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" + ndk { + abiFilters 'armeabi' ,'armeabi-v7a', 'arm64-v8a','x86', 'x86_64' + } } buildTypes { release {