You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Android: Only include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" in APK
This commit is contained in:
@@ -112,9 +112,9 @@ android {
|
|||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 2097718
|
versionCode 2097718
|
||||||
versionName "2.12.1"
|
versionName "2.12.1"
|
||||||
// ndk {
|
ndk {
|
||||||
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
|
||||||
// }
|
}
|
||||||
|
|
||||||
// https://github.com/react-native-community/react-native-camera/issues/2138
|
// https://github.com/react-native-community/react-native-camera/issues/2138
|
||||||
missingDimensionStrategy 'react-native-camera', 'general'
|
missingDimensionStrategy 'react-native-camera', 'general'
|
||||||
|
|||||||
Reference in New Issue
Block a user