Skip to content

Commit

Permalink
Merge pull request #752 from microsoft/release/2.5.0
Browse files Browse the repository at this point in the history
Updated DemoApp
  • Loading branch information
charmian01 authored Oct 23, 2019
2 parents 3a2d446 + d265b27 commit 073a681
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
12 changes: 6 additions & 6 deletions DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ target 'DemoApp' do
# use_frameworks!

# Pods for DemoApp
pod 'AppCenter/Push', '~> 2.4.0'
pod 'AppCenter/Crashes', '~> 2.4.0'
pod 'AppCenter/Data', '~> 2.4.0'
pod 'AppCenter/Analytics', '~> 2.4.0'
pod 'AppCenter/Auth', '~> 2.4.0'
pod 'AppCenterReactNativeShared', '~> 2.4.0'
pod 'AppCenter/Push', '~> 2.5.0'
pod 'AppCenter/Crashes', '~> 2.5.0'
pod 'AppCenter/Data', '~> 2.5.0'
pod 'AppCenter/Analytics', '~> 2.5.0'
pod 'AppCenter/Auth', '~> 2.5.0'
pod 'AppCenterReactNativeShared', '~> 2.5.0'

platform :ios, '9.0'

Expand Down
36 changes: 18 additions & 18 deletions DemoApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- AppCenter/Analytics (2.4.0):
- AppCenter/Analytics (2.5.0):
- AppCenter/Core
- AppCenter/Auth (2.4.0):
- AppCenter/Auth (2.5.0):
- AppCenter/Core
- AppCenter/Core (2.4.0)
- AppCenter/Crashes (2.4.0):
- AppCenter/Core (2.5.0)
- AppCenter/Crashes (2.5.0):
- AppCenter/Core
- AppCenter/Data (2.4.0):
- AppCenter/Data (2.5.0):
- AppCenter/Core
- AppCenter/Push (2.4.0):
- AppCenter/Push (2.5.0):
- AppCenter/Core
- AppCenterReactNativeShared (2.4.0):
- AppCenter/Core (= 2.4.0)
- AppCenterReactNativeShared (2.5.0):
- AppCenter/Core (= 2.5.0)

DEPENDENCIES:
- AppCenter/Analytics (~> 2.4.0)
- AppCenter/Auth (~> 2.4.0)
- AppCenter/Crashes (~> 2.4.0)
- AppCenter/Data (~> 2.4.0)
- AppCenter/Push (~> 2.4.0)
- AppCenterReactNativeShared (~> 2.4.0)
- AppCenter/Analytics (~> 2.5.0)
- AppCenter/Auth (~> 2.5.0)
- AppCenter/Crashes (~> 2.5.0)
- AppCenter/Data (~> 2.5.0)
- AppCenter/Push (~> 2.5.0)
- AppCenterReactNativeShared (~> 2.5.0)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -28,9 +28,9 @@ SPEC REPOS:
- AppCenterReactNativeShared

SPEC CHECKSUMS:
AppCenter: 49a9ffe114c00e2bf5374aeda816d47eabf1978a
AppCenterReactNativeShared: 598d0f519c4aa62853ca04808f92c992e7395508
AppCenter: 637f180deefc61e8ab3f94223869ee50f61dabea
AppCenterReactNativeShared: c0df3d715245e7ce194af8001eb7c7f79b1d9daa

PODFILE CHECKSUM: fd37e40c368a703ec5a789d4171063b7e39a8991
PODFILE CHECKSUM: 8d982d0795c68fc80afa641fb358167336029bd5

COCOAPODS: 1.8.0
COCOAPODS: 1.8.4
14 changes: 7 additions & 7 deletions DemoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@react-native-community/async-storage": "^1.5.0",
"appcenter": "^2.4.0",
"appcenter-analytics": "^2.4.0",
"appcenter-auth": "^2.4.0",
"appcenter-crashes": "^2.4.0",
"appcenter-data": "^2.4.0",
"appcenter-push": "^2.4.0",
"appcenter": "^2.5.0",
"appcenter-analytics": "^2.5.0",
"appcenter-auth": "^2.5.0",
"appcenter-crashes": "^2.5.0",
"appcenter-data": "^2.5.0",
"appcenter-push": "^2.5.0",
"metro": "^0.54.1",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-fs": "^2.9.12",
"react-native-fs": "2.9.12",
"react-native-gesture-handler": "~1.1.0",
"react-native-image-picker": "^0.28.0",
"react-native-modal-selector": "^1.0.2",
Expand Down

0 comments on commit 073a681

Please sign in to comment.