Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTomAlx authored Feb 4, 2019
1 parent 587e74e commit 0517d49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ android {
compileSdkVersion 24
buildToolsVersion '26.0.2'

packagingOptions{
doNotStrip '*/mips/*.so'
}
packagingOptions {
doNotStrip '*/mips/*.so'
doNotStrip '*/mips64/*.so'
}

defaultConfig {
minSdkVersion 16
Expand All @@ -16,7 +17,6 @@ packagingOptions{
versionName "1.0"
ndk {
moduleName "Scanner"
abiFilters "armeabi-v7a", "x86", "armeabi"
}
sourceSets.main {
jni.srcDirs = []
Expand Down

0 comments on commit 0517d49

Please sign in to comment.