Merge pull request #502 from status-im/bug/#495

Orientation fix (#495)
This commit is contained in:
Roman Volosovskyi 2016-11-29 11:01:42 +02:00 committed by GitHub
commit 88bd0cdbad
2 changed files with 4 additions and 1 deletions

View File

@ -93,6 +93,9 @@ android {
abiFilters "armeabi-v7a", "x86"
}
}
dexOptions {
jumboMode true
}
signingConfigs {
release {
storeFile file(STATUS_RELEASE_STORE_FILE)

View File

@ -36,7 +36,7 @@
"react-native": "^0.36.0",
"react-native-action-button": "2.0.13",
"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-contacts": "^0.2.4",
"react-native-crypto": "^2.0.1",