1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Trying to fix rn-camera but cannot be full fixed yet due to https://github.com/react-native-community/react-native-camera/pull/2306

This commit is contained in:
Laurent Cozic
2019-06-14 09:15:38 +01:00
parent 0818de036e
commit 2990642923
3 changed files with 19 additions and 16 deletions

View File

@@ -96,6 +96,7 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097497
versionName "1.0.261"
missingDimensionStrategy 'react-native-camera', 'general'
ndk {
abiFilters "armeabi-v7a", "x86"
}