diff --git a/DemoApp/ios/Podfile b/DemoApp/ios/Podfile index d52208a6c..15d0f2b3f 100644 --- a/DemoApp/ios/Podfile +++ b/DemoApp/ios/Podfile @@ -6,9 +6,9 @@ target 'DemoApp' do # use_frameworks! # Pods for DemoApp - pod 'AppCenter/Crashes', '~> 4.4.3' - pod 'AppCenter/Analytics', '~> 4.4.3' - pod 'AppCenterReactNativeShared', '~> 4.4.5' + pod 'AppCenter/Crashes', '~> 5.0.4' + pod 'AppCenter/Analytics', '~> 5.0.4' + pod 'AppCenterReactNativeShared', '~> 5.0.4' platform :ios, '9.0' diff --git a/DemoApp/package.json b/DemoApp/package.json index 39764b1eb..ce73c02b1 100644 --- a/DemoApp/package.json +++ b/DemoApp/package.json @@ -9,9 +9,9 @@ }, "dependencies": { "@react-native-community/async-storage": "1.6.2", - "appcenter": "^4.4.5", - "appcenter-analytics": "^4.4.5", - "appcenter-crashes": "^4.4.5", + "appcenter": "^5.0.0", + "appcenter-analytics": "^5.0.0", + "appcenter-crashes": "^5.0.0", "metro": "0.54.1", "react": "16.8.3", "react-native": "0.59.9",