Skip to content

Commit

Permalink
support armeabi-v7a,arm64-v8a,remove x86
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm committed May 16, 2020
1 parent c0a14ef commit 671911f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion 29
versionCode gitVersionCode()
versionName gitVersionName()

ndk {
abiFilters "x86", "armeabi-v7a"
abiFilters 'armeabi-v7a','arm64-v8a'
}
}

Expand Down

0 comments on commit 671911f

Please sign in to comment.