Skip to content

Commit

Permalink
Merge pull request #991 from microsoft/release/update-sdk-demoapp-4-4-5
Browse files Browse the repository at this point in the history
Update DemoApp for 4.4.5 SDK release
  • Loading branch information
AnatolyPristensky committed Jul 25, 2022
2 parents 2c5b532 + 18d0932 commit 4119c4d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions DemoApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ target 'DemoApp' do
# use_frameworks!

# Pods for DemoApp
pod 'AppCenter/Crashes', '~> 4.4.2'
pod 'AppCenter/Analytics', '~> 4.4.2'
pod 'AppCenterReactNativeShared', '~> 4.4.4'
pod 'AppCenter/Crashes', '~> 4.4.3'
pod 'AppCenter/Analytics', '~> 4.4.3'
pod 'AppCenterReactNativeShared', '~> 4.4.5'

platform :ios, '9.0'

Expand Down
22 changes: 11 additions & 11 deletions DemoApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PODS:
- AppCenter/Analytics (4.4.2):
- AppCenter/Analytics (4.4.3):
- AppCenter/Core
- AppCenter/Core (4.4.2)
- AppCenter/Crashes (4.4.2):
- AppCenter/Core (4.4.3)
- AppCenter/Crashes (4.4.3):
- AppCenter/Core
- AppCenterReactNativeShared (4.4.4):
- AppCenter/Core (= 4.4.2)
- AppCenterReactNativeShared (4.4.5):
- AppCenter/Core (= 4.4.3)

DEPENDENCIES:
- AppCenter/Analytics (~> 4.4.2)
- AppCenter/Crashes (~> 4.4.2)
- AppCenterReactNativeShared (~> 4.4.4)
- AppCenter/Analytics (~> 4.4.3)
- AppCenter/Crashes (~> 4.4.3)
- AppCenterReactNativeShared (~> 4.4.5)

SPEC REPOS:
https://msmobilecenter.visualstudio.com/SDK/_git/AppCenterSDK-Specs-Private:
- AppCenter
- AppCenterReactNativeShared

SPEC CHECKSUMS:
AppCenter: 6a6cf592f1459256cefe3c79ea47c68e63f591da
AppCenterReactNativeShared: 7ae811fd9221dca88ba7eb1576dbd6a35e504515
AppCenter: abf4ddb72b71b6dcb6e27306ff7ce7184f2a388a
AppCenterReactNativeShared: 08c72ed1b67b0814a788592cc7899a446df39037

PODFILE CHECKSUM: fe456cc43b11da1daead55a3e38cda07b35f01c6
PODFILE CHECKSUM: 360ea53491acbfdbaa9bc3d12476059ebf3eb565

COCOAPODS: 1.11.0
6 changes: 3 additions & 3 deletions DemoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@react-native-community/async-storage": "1.6.2",
"appcenter": "^4.4.4",
"appcenter-analytics": "^4.4.4",
"appcenter-crashes": "^4.4.4",
"appcenter": "^4.4.5",
"appcenter-analytics": "^4.4.5",
"appcenter-crashes": "^4.4.5",
"metro": "0.54.1",
"react": "16.8.3",
"react-native": "0.59.9",
Expand Down

0 comments on commit 4119c4d

Please sign in to comment.