exclude x86_64 lib from build
This commit is contained in:
parent
d918cb28bd
commit
adb5ffa8d0
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ android {
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude 'META-INF/DEPENDENCIES'
|
exclude 'META-INF/DEPENDENCIES'
|
||||||
|
exclude 'lib/x86_64/darwin/libscrypt.dylib'
|
||||||
}
|
}
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
|
|
Loading…
Reference in a new issue