mirror of
https://github.com/status-im/status-react.git
synced 2025-02-19 22:28:40 +00:00
Orientation fix (#495)
This commit is contained in:
parent
2337b547d8
commit
dd8f4093b4
@ -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…
x
Reference in New Issue
Block a user