diff --git a/android/app/build.gradle b/android/app/build.gradle index 9da521f29..790a43bdf 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,6 +1,6 @@ apply plugin: "com.android.application" -apply plugin: 'com.bugsnag.android.gradle' apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle" +apply plugin: 'com.bugsnag.android.gradle' import com.android.build.OutputFile @@ -116,6 +116,7 @@ android { versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch versionName "${versionMajor}.${versionMinor}.${versionPatch}" vectorDrawables.useSupportLibrary = true + resValue "string", "build_config_package", "app.esteem.mobile.android" } splits { abi { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 4dd272685..6996ec3fb 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -58,7 +58,7 @@ android:resource="@color/notification_icon" /> + android:value="88a8a25738939a80ba49f1d5289dbc80" /> diff --git a/ios/Podfile.lock b/ios/Podfile.lock index b23209a79..2989a3464 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -186,6 +186,6 @@ SPEC CHECKSUMS: SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8 yoga: 92b2102c3d373d1a790db4ab761d2b0ffc634f64 -PODFILE CHECKSUM: 451286a0b160bb4194d053480003360275a2cf06 +PODFILE CHECKSUM: 267f815120314e87d634e05d416d999a4cadc134 COCOAPODS: 1.6.1 diff --git a/ios/Pods/Manifest.lock b/ios/Pods/Manifest.lock index b23209a79..2989a3464 100644 --- a/ios/Pods/Manifest.lock +++ b/ios/Pods/Manifest.lock @@ -186,6 +186,6 @@ SPEC CHECKSUMS: SDWebImage: 3f3f0c02f09798048c47a5ed0a13f17b063572d8 yoga: 92b2102c3d373d1a790db4ab761d2b0ffc634f64 -PODFILE CHECKSUM: 451286a0b160bb4194d053480003360275a2cf06 +PODFILE CHECKSUM: 267f815120314e87d634e05d416d999a4cadc134 COCOAPODS: 1.6.1 diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist index 855c67d03..184ba4140 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist @@ -9,147 +9,147 @@ isShown orderHint - 3 + 7 AppCenterReactNativeShared.xcscheme isShown orderHint - 4 + 8 BugsnagReactNative.xcscheme isShown orderHint - 6 + 10 CodePush.xcscheme isShown orderHint - 7 + 11 DoubleConversion.xcscheme isShown orderHint - 8 + 12 FLAnimatedImage.xcscheme isShown orderHint - 9 + 13 Folly.xcscheme isShown orderHint - 10 + 14 Pods-eSteem-tvOS.xcscheme isShown orderHint - 13 + 17 Pods-eSteem-tvOSTests.xcscheme isShown orderHint - 14 + 18 Pods-eSteem.xcscheme isShown orderHint - 12 + 16 Pods-eSteemTests.xcscheme isShown orderHint - 15 + 19 QBImagePickerController-QBImagePicker.xcscheme isShown orderHint - 17 + 21 QBImagePickerController.xcscheme isShown orderHint - 16 + 20 RNImageCropPicker.xcscheme isShown orderHint - 21 + 25 RSKImageCropper.xcscheme isShown orderHint - 22 + 26 SDWebImage.xcscheme isShown orderHint - 23 + 27 boost-for-react-native.xcscheme isShown orderHint - 5 + 9 glog.xcscheme isShown orderHint - 11 + 15 react-native-fast-image.xcscheme isShown orderHint - 18 + 22 react-native-netinfo.xcscheme isShown orderHint - 19 + 23 react-native-version-number.xcscheme isShown orderHint - 20 + 24 SuppressBuildableAutocreation diff --git a/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate b/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate index 3a79efbe5..a07f51a22 100644 Binary files a/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate differ