Merge pull request #331 from EwoutH/android-deps
Android: Update deps, target SDK 30 and ARMv8
This commit is contained in:
commit
d2cd2eba0a
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user