Skip to content

Commit 0fe6259

Browse files
author
charmian01
authored
Merge pull request #853 from microsoft/release/3.1.1
Setup DemoApp for release 3.1.1
2 parents b86114f + f2917db commit 0fe6259

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

DemoApp/ios/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ target 'DemoApp' do
66
# use_frameworks!
77

88
# Pods for DemoApp
9-
pod 'AppCenter/Push', '~> 3.3.1'
10-
pod 'AppCenter/Crashes', '~> 3.3.1'
11-
pod 'AppCenter/Analytics', '~> 3.3.1'
12-
pod 'AppCenterReactNativeShared', '~> 3.1.0'
9+
pod 'AppCenter/Push', '~> 3.3.2'
10+
pod 'AppCenter/Crashes', '~> 3.3.2'
11+
pod 'AppCenter/Analytics', '~> 3.3.2'
12+
pod 'AppCenterReactNativeShared', '~> 3.1.1'
1313

1414
platform :ios, '9.0'
1515

DemoApp/ios/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PODS:
2-
- AppCenter/Analytics (3.3.1):
2+
- AppCenter/Analytics (3.3.2):
33
- AppCenter/Core
4-
- AppCenter/Core (3.3.1)
5-
- AppCenter/Crashes (3.3.1):
4+
- AppCenter/Core (3.3.2)
5+
- AppCenter/Crashes (3.3.2):
66
- AppCenter/Core
7-
- AppCenter/Push (3.3.1):
7+
- AppCenter/Push (3.3.2):
88
- AppCenter/Core
9-
- AppCenterReactNativeShared (3.1.0):
10-
- AppCenter/Core (= 3.3.1)
9+
- AppCenterReactNativeShared (3.1.1):
10+
- AppCenter/Core (= 3.3.2)
1111

1212
DEPENDENCIES:
13-
- AppCenter/Analytics (~> 3.3.1)
14-
- AppCenter/Crashes (~> 3.3.1)
15-
- AppCenter/Push (~> 3.3.1)
16-
- AppCenterReactNativeShared (~> 3.1.0)
13+
- AppCenter/Analytics (~> 3.3.2)
14+
- AppCenter/Crashes (~> 3.3.2)
15+
- AppCenter/Push (~> 3.3.2)
16+
- AppCenterReactNativeShared (~> 3.1.1)
1717

1818
SPEC REPOS:
1919
https://msmobilecenter.visualstudio.com/SDK/_git/AppCenterSDK-Specs-Private:
@@ -22,9 +22,9 @@ SPEC REPOS:
2222
- AppCenter
2323

2424
SPEC CHECKSUMS:
25-
AppCenter: 55ee438bb25f59badcf868ac23f3035aa37bb6fd
26-
AppCenterReactNativeShared: 2ca44d1628bb8a36bd53fa185e3f265b957a0df2
25+
AppCenter: 8e7a2eb738ba1eb9701ea4d6622de6c2c70d5f73
26+
AppCenterReactNativeShared: 3b97d670a512c7a988666b70300edfbaaf6c2a3d
2727

28-
PODFILE CHECKSUM: 8a8c90cf5ad058b3f95a3bfdb876adab299f1496
28+
PODFILE CHECKSUM: e6c7c84eb7a07b1565add3dae82ae18f91a8acad
2929

3030
COCOAPODS: 1.9.3

DemoApp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"@react-native-community/async-storage": "1.6.2",
12-
"appcenter": "^3.1.0",
13-
"appcenter-analytics": "^3.1.0",
14-
"appcenter-crashes": "^3.1.0",
15-
"appcenter-push": "^3.1.0",
12+
"appcenter": "^3.1.1",
13+
"appcenter-analytics": "^3.1.1",
14+
"appcenter-crashes": "^3.1.1",
15+
"appcenter-push": "^3.1.1",
1616
"metro": "0.54.1",
1717
"react": "16.8.3",
1818
"react-native": "0.59.9",

0 commit comments

Comments
 (0)