Merge pull request #331 from EwoutH/android-deps

Android: Update deps, target SDK 30 and ARMv8
This commit is contained in:
Aaron Grider 2020-12-30 15:57:12 -08:00 committed by GitHub
commit d2cd2eba0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {