diff --git a/android/app/build.gradle b/android/app/build.gradle index 3aeebf21e..e3a517455 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -105,8 +105,8 @@ android { applicationId "edu.ucsd" minSdkVersion 16 targetSdkVersion 22 - versionCode 59 - versionName "6.1" + versionCode 60 + versionName "6.0" ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 93fb012f8..f802c38fa 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionCode="60" + android:versionName="6.0"> diff --git a/ios/CampusMobile/Info.plist b/ios/CampusMobile/Info.plist index 4ed87d5f7..311c9fb00 100644 --- a/ios/CampusMobile/Info.plist +++ b/ios/CampusMobile/Info.plist @@ -2,6 +2,8 @@ + BugsnagAPIKey + BUGSNAG_PH CFBundleDevelopmentRegion en CFBundleDisplayName @@ -11,7 +13,7 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion - 6.1 + 6.0 CFBundleName $(PRODUCT_NAME) CFBundlePackageType @@ -21,7 +23,7 @@ CFBundleSignature ???? CFBundleVersion - 1 + 10 LSRequiresIPhoneOS NSAppTransportSecurity @@ -94,7 +96,5 @@ UIViewControllerBasedStatusBarAppearance - BugsnagAPIKey - BUGSNAG_PH