diff --git a/android/build.gradle b/android/build.gradle index f47921d..68a9cad 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { - compileSdkVersion 28 + compileSdkVersion 30 defaultConfig { minSdkVersion 23 @@ -10,7 +10,7 @@ android { versionCode 1 versionName "1.0" ndk { - abiFilters "armeabi-v7a", "x86" + abiFilters "arm64-v8a", "x86" } } lintOptions {