commit
88bd0cdbad
|
@ -93,6 +93,9 @@ android {
|
||||||
abiFilters "armeabi-v7a", "x86"
|
abiFilters "armeabi-v7a", "x86"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
dexOptions {
|
||||||
|
jumboMode true
|
||||||
|
}
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
storeFile file(STATUS_RELEASE_STORE_FILE)
|
storeFile file(STATUS_RELEASE_STORE_FILE)
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"react-native": "^0.36.0",
|
"react-native": "^0.36.0",
|
||||||
"react-native-action-button": "2.0.13",
|
"react-native-action-button": "2.0.13",
|
||||||
"react-native-android-sms-listener": "github:adrian-tiberius/react-native-android-sms-listener#listener-bugfix",
|
"react-native-android-sms-listener": "github:adrian-tiberius/react-native-android-sms-listener#listener-bugfix",
|
||||||
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
|
"react-native-camera": "git+https://github.com/alwx/react-native-camera.git",
|
||||||
"react-native-circle-checkbox": "github:paramoshkinandrew/ReactNativeCircleCheckbox",
|
"react-native-circle-checkbox": "github:paramoshkinandrew/ReactNativeCircleCheckbox",
|
||||||
"react-native-contacts": "^0.2.4",
|
"react-native-contacts": "^0.2.4",
|
||||||
"react-native-crypto": "^2.0.1",
|
"react-native-crypto": "^2.0.1",
|
||||||
|
|
Loading…
Reference in New Issue