Skip to content

Commit

Permalink
Merge pull request #977 from microsoft/release/4.4.5
Browse files Browse the repository at this point in the history
Merge master to develop
  • Loading branch information
AnatolyPristensky authored May 4, 2022
2 parents 7c59e16 + 286ad94 commit 6e98143
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# App Center SDK for React Native Change Log

## Version 4.4.5 (Under development)

___

## Version 4.4.4

### App Center
Expand Down
3 changes: 3 additions & 0 deletions DemoApp/appcenter-post-clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ echo 'Create local.properties file if it does not exist'
touch -a android/local.properties
./put-azure-credentials.zh $USER_ACCOUNT $ACCESS_TOKEN

echo 'Setting AppSecrets'
cd .. && ./scripts/update-app-secrets.sh PROD && cd DemoApp

echo 'Add private cocoapods repository'
pod repo add $REPO_NAME https://$USER_ACCOUNT:$ACCESS_TOKEN@$PRIVATE_REPO_BASE_URL/$REPO_NAME
pod repo update
Expand Down
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.1'
pod 'AppCenter/Analytics', '~> 4.4.1'
pod 'AppCenterReactNativeShared', '~> 4.4.1'
pod 'AppCenter/Crashes', '~> 4.4.2'
pod 'AppCenter/Analytics', '~> 4.4.2'
pod 'AppCenterReactNativeShared', '~> 4.4.4'

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.1):
- AppCenter/Analytics (4.4.2):
- AppCenter/Core
- AppCenter/Core (4.4.1)
- AppCenter/Crashes (4.4.1):
- AppCenter/Core (4.4.2)
- AppCenter/Crashes (4.4.2):
- AppCenter/Core
- AppCenterReactNativeShared (4.4.3):
- AppCenter/Core (= 4.4.1)
- AppCenterReactNativeShared (4.4.4):
- AppCenter/Core (= 4.4.2)

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

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

SPEC CHECKSUMS:
AppCenter: f972fab2a9b76ab4774a96a8535e5a4dec2e525d
AppCenterReactNativeShared: 63c1d3d91630c2d0f7d753c36bfcd7aaf681a960
AppCenter: 6a6cf592f1459256cefe3c79ea47c68e63f591da
AppCenterReactNativeShared: 7ae811fd9221dca88ba7eb1576dbd6a35e504515

PODFILE CHECKSUM: 13e9d546ca535513259acce190bfc0697d10ba42
PODFILE CHECKSUM: fe456cc43b11da1daead55a3e38cda07b35f01c6

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.3",
"appcenter-analytics": "^4.4.3",
"appcenter-crashes": "^4.4.3",
"appcenter": "^4.4.4",
"appcenter-analytics": "^4.4.4",
"appcenter-crashes": "^4.4.4",
"metro": "0.54.1",
"react": "16.8.3",
"react-native": "0.59.9",
Expand Down

0 comments on commit 6e98143

Please sign in to comment.