|
@ -14,6 +14,9 @@ android { |
|
|
|
|
|
|
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
|
|
|
|
|
|
|
|
|
|
|
ndk { |
|
|
|
|
|
abiFilters 'armeabi' ,'armeabi-v7a', 'arm64-v8a','x86', 'x86_64' |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
buildTypes { |
|
|
buildTypes { |
|
|
release { |
|
|
release { |
|
|