Skip to content

Commit

Permalink
Merge pull request #989 from microsoft/release/4.4.5
Browse files Browse the repository at this point in the history
React Native Release 4.4.5
  • Loading branch information
AnatolyPristensky committed Jul 21, 2022
2 parents efb2b1c + c77ebe7 commit 9e28117
Show file tree
Hide file tree
Showing 19 changed files with 243 additions and 239 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AppCenterReactNativeShared'
s.version = '4.4.4'
s.version = '4.4.5'
s.summary = 'React Native plugin for Visual Studio App Center'
s.license = { :type => 'MIT', :file => 'AppCenterReactNativeShared/LICENSE' }
s.homepage = 'https://github.com/microsoft/appcenter-sdk-react-native'
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.platform = :ios, '9.0'
s.requires_arc = true
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.xcframework'
s.dependency 'AppCenter/Core', '4.4.2'
s.dependency 'AppCenter/Core', '4.4.3'
end
4 changes: 2 additions & 2 deletions AppCenterReactNativeShared/Products/local.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Pod::Spec.new do |s|
s.name = 'AppCenterReactNativeShared'
s.version = '4.4.4'
s.version = '4.4.5'
s.summary = 'React Native plugin for Visual Studio App Center'
s.license = { :type => 'MIT', :file => 'AppCenterReactNativeShared/LICENSE' }
s.homepage = 'https://github.com/microsoft/appcenter-sdk-react-native'
Expand All @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.platform = :ios, '9.0'
s.requires_arc = true
s.vendored_frameworks = 'AppCenterReactNativeShared/AppCenterReactNativeShared.xcframework'
s.dependency 'AppCenter/Core', '4.4.2'
s.dependency 'AppCenter/Core', '4.4.3'
end
6 changes: 3 additions & 3 deletions AppCenterReactNativeShared/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ allprojects {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 63
versionName '4.4.4'
versionCode 64
versionName '4.4.5'
group groupId
version versionName
buildConfigField 'String', "SDK_NAME", "\"appcenter.react-native\""
Expand Down Expand Up @@ -127,7 +127,7 @@ allprojects {
}

dependencies {
api 'com.microsoft.appcenter:appcenter:4.4.3'
api 'com.microsoft.appcenter:appcenter:4.4.5'
}

artifacts {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ + (NSString *)getAppSecret {

+ (void)configureAppCenter {
if (!wrapperSdk) {
MSACWrapperSdk *wrapperSdk = [[MSACWrapperSdk alloc] initWithWrapperSdkVersion:@"4.4.4"
MSACWrapperSdk *wrapperSdk = [[MSACWrapperSdk alloc] initWithWrapperSdkVersion:@"4.4.5"
wrapperSdkName:@"appcenter.react-native"
wrapperRuntimeVersion:nil
liveUpdateReleaseLabel:nil
Expand Down
2 changes: 1 addition & 1 deletion AppCenterReactNativeShared/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ target 'AppCenterReactNativeShared' do
use_frameworks!

# Pods for AppCenterReactNativeShared
pod 'AppCenter', '4.4.2'
pod 'AppCenter', '4.4.3'

end
18 changes: 9 additions & 9 deletions AppCenterReactNativeShared/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PODS:
- AppCenter (4.4.2):
- AppCenter/Analytics (= 4.4.2)
- AppCenter/Crashes (= 4.4.2)
- AppCenter/Analytics (4.4.2):
- AppCenter (4.4.3):
- AppCenter/Analytics (= 4.4.3)
- AppCenter/Crashes (= 4.4.3)
- 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

DEPENDENCIES:
- AppCenter (= 4.4.2)
- AppCenter (= 4.4.3)

SPEC REPOS:
trunk:
- AppCenter

SPEC CHECKSUMS:
AppCenter: b0eca112a27b71e97488ffa1949ee38c7abd4b79
AppCenter: 3fd04aa1b166e16fdb03ec81dabe488aece83fbd

PODFILE CHECKSUM: acac7b0cb6c8ad72db6899e9cd3aa96810ad2fac
PODFILE CHECKSUM: 956bd90bd24fac7c9ff837aaacae97c697c83881

COCOAPODS: 1.11.0
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# App Center SDK for React Native Change Log

## Version 4.4.5 (Under development)
## Version 4.4.6 (Under development)

___

## Version 4.4.5

### App Center

Expand Down
Loading

0 comments on commit 9e28117

Please sign in to comment.