|
|
|
|
@ -62,12 +62,6 @@ android { |
|
|
|
|
resources { |
|
|
|
|
excludes += ['META-INF/beans.xml'] |
|
|
|
|
} |
|
|
|
|
pickFirsts.addAll([ |
|
|
|
|
"lib/x86/libc++_shared.so", |
|
|
|
|
"lib/x86_64/libc++_shared.so", |
|
|
|
|
"lib/arm64-v8a/libc++_shared.so", |
|
|
|
|
"lib/armeabi-v7a/libc++_shared.so" |
|
|
|
|
]) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
android.applicationVariants.configureEach { variant -> |
|
|
|
|
|