Skip to content

Commit 45bb41b

Browse files
Merge pull request #951 from microsoft/release/4.4.3
Update release to version 4.4.3
2 parents 1e75dd4 + 42a767d commit 45bb41b

File tree

13 files changed

+31
-31
lines changed

13 files changed

+31
-31
lines changed

AppCenterReactNativeShared/Products/AppCenterReactNativeShared.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AppCenterReactNativeShared'
3-
s.version = '4.4.1'
3+
s.version = '4.4.3'
44
s.summary = 'React Native plugin for Visual Studio App Center'
55
s.license = { :type => 'MIT', :file => 'AppCenterReactNativeShared/LICENSE' }
66
s.homepage = 'https://github.com/microsoft/appcenter-sdk-react-native'

AppCenterReactNativeShared/Products/local.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Pod::Spec.new do |s|
55
s.name = 'AppCenterReactNativeShared'
6-
s.version = '4.4.1'
6+
s.version = '4.4.3'
77
s.summary = 'React Native plugin for Visual Studio App Center'
88
s.license = { :type => 'MIT', :file => 'AppCenterReactNativeShared/LICENSE' }
99
s.homepage = 'https://github.com/microsoft/appcenter-sdk-react-native'

AppCenterReactNativeShared/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ allprojects {
4848
defaultConfig {
4949
minSdkVersion 21
5050
targetSdkVersion 29
51-
versionCode 61
52-
versionName '4.4.2'
51+
versionCode 62
52+
versionName '4.4.3'
5353
group groupId
5454
version versionName
5555
buildConfigField 'String', "SDK_NAME", "\"appcenter.react-native\""

AppCenterReactNativeShared/ios/AppCenterReactNativeShared/AppCenterReactNativeShared.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ + (NSString *)getAppSecret {
3939

4040
+ (void)configureAppCenter {
4141
if (!wrapperSdk) {
42-
MSACWrapperSdk *wrapperSdk = [[MSACWrapperSdk alloc] initWithWrapperSdkVersion:@"4.4.1"
42+
MSACWrapperSdk *wrapperSdk = [[MSACWrapperSdk alloc] initWithWrapperSdkVersion:@"4.4.3"
4343
wrapperSdkName:@"appcenter.react-native"
4444
wrapperRuntimeVersion:nil
4545
liveUpdateReleaseLabel:nil

TestApp/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- appcenter-analytics (4.4.1):
2+
- appcenter-analytics (4.4.3):
33
- AppCenter/Analytics (~> 4.0)
44
- AppCenterReactNativeShared (~> 4.0)
55
- React-Core
6-
- appcenter-core (4.4.1):
6+
- appcenter-core (4.4.3):
77
- AppCenterReactNativeShared (~> 4.0)
88
- React-Core
9-
- appcenter-crashes (4.4.1):
9+
- appcenter-crashes (4.4.3):
1010
- AppCenter/Crashes (~> 4.0)
1111
- AppCenterReactNativeShared (~> 4.0)
1212
- React-Core
@@ -388,9 +388,9 @@ EXTERNAL SOURCES:
388388

389389
SPEC CHECKSUMS:
390390
AppCenter: f972fab2a9b76ab4774a96a8535e5a4dec2e525d
391-
appcenter-analytics: 827021e0a16a6eeb0e5a480c9cde3a340388d956
392-
appcenter-core: 1ce0ccee3c5e173b680b38a3e6c831076aea6940
393-
appcenter-crashes: ec296d48428caf8f661022dff574f8c037faec31
391+
appcenter-analytics: 1b32062da2e250c5e1396c678df8c6011ccbcf5a
392+
appcenter-core: 6ea4754df4a3d8917a5803e2681a58179d7f7a21
393+
appcenter-crashes: b079913ac0f0059e6cf39b7a805135223e508666
394394
AppCenterReactNativeShared: ece18bd0e6de5eb167f1aed7ed8bd95e4777d422
395395
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
396396
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2

TestApp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"@react-native-community/async-storage": "1.6.2",
15-
"appcenter": "file:appcenter-4.4.1.tgz",
16-
"appcenter-analytics": "file:appcenter-analytics-4.4.1.tgz",
17-
"appcenter-crashes": "file:appcenter-crashes-4.4.1.tgz",
18-
"appcenter-link-scripts": "file:appcenter-link-scripts-4.4.1.tgz",
15+
"appcenter": "file:appcenter-4.4.3.tgz",
16+
"appcenter-analytics": "file:appcenter-analytics-4.4.3.tgz",
17+
"appcenter-crashes": "file:appcenter-crashes-4.4.3.tgz",
18+
"appcenter-link-scripts": "file:appcenter-link-scripts-4.4.3.tgz",
1919
"metro": "0.59.0",
2020
"react": "16.11.0",
2121
"react-native": "0.62.2",

appcenter-analytics/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
minSdkVersion 21
1414
targetSdkVersion rootProject.properties.get('targetSdkVersion', 29)
15-
versionCode 61
16-
versionName '4.4.2'
15+
versionCode 62
16+
versionName '4.4.3'
1717
ndk {
1818
abiFilters 'armeabi-v7a', 'x86'
1919
}
@@ -27,5 +27,5 @@ dependencies {
2727
api 'com.microsoft.appcenter:appcenter-analytics:4.4.2'
2828

2929
//api project(':AppCenterReactNativeShared') // For testing with TestApp
30-
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:4.4.2'
30+
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:4.4.3'
3131
}

appcenter-analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appcenter-analytics",
3-
"version": "4.4.1",
3+
"version": "4.4.3",
44
"description": "React Native plugin for AppCenter Analytics",
55
"main": "Analytics.js",
66
"types": "Analytics.d.ts",
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/Microsoft/appcenter-sdk-react-native/blob/master/appcenter-analytics/README.md",
2222
"dependencies": {
23-
"appcenter": "4.4.1"
23+
"appcenter": "4.4.3"
2424
},
2525
"rnpm": {
2626
"android": {

appcenter-crashes/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
minSdkVersion 21
1414
targetSdkVersion rootProject.properties.get('targetSdkVersion', 29)
15-
versionCode 61
16-
versionName '4.4.2'
15+
versionCode 62
16+
versionName '4.4.3'
1717
ndk {
1818
abiFilters 'armeabi-v7a', 'x86'
1919
}
@@ -27,5 +27,5 @@ dependencies {
2727
api 'com.microsoft.appcenter:appcenter-crashes:4.4.2'
2828

2929
//api project(':AppCenterReactNativeShared') // For testing with TestApp
30-
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:4.4.2'
30+
api 'com.microsoft.appcenter.reactnative:appcenter-react-native:4.4.3'
3131
}

appcenter-crashes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appcenter-crashes",
3-
"version": "4.4.1",
3+
"version": "4.4.3",
44
"description": "React Native plugin for AppCenter Crashes",
55
"main": "Crashes.js",
66
"types": "Crashes.d.ts",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/Microsoft/appcenter-sdk-react-native/blob/master/appcenter-crashes/README.md",
2424
"dependencies": {
25-
"appcenter": "4.4.1"
25+
"appcenter": "4.4.3"
2626
},
2727
"rnpm": {
2828
"android": {

0 commit comments

Comments
 (0)