Skip to content

Commit

Permalink
Merge pull request salesforce-marketingcloud#8 from MarketingCloudSdk…
Browse files Browse the repository at this point in the history
…/W-6993579

@W-6993579 - Updated the plugin for the January 2020 release (MCET_22…
  • Loading branch information
troach-sf authored and GitHub Enterprise committed Dec 10, 2019
2 parents d783fff + 0127d80 commit db10e82
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

### Version 7.0.0

* Using the 7.0.x versions of the Android and iOS Marketing Cloud SDK.

### Version 6.4.0

* Using the 6.4.x versions of the Android and iOS Marketing Cloud SDK.
Expand Down
2 changes: 1 addition & 1 deletion RNMarketingCloudSdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency 'React'
s.dependency 'MarketingCloudSDK', '~> 6.4'
s.dependency 'MarketingCloudSDK', '~> 7.0'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {

dependencies {
api "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
api "com.salesforce.marketingcloud:marketingcloudsdk:${safeExtGet('marketingCloudVersion', '6.4.+')}"
api "com.salesforce.marketingcloud:marketingcloudsdk:${safeExtGet('marketingCloudVersion', '7.0.+')}"
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:4.3'
testImplementation 'org.mockito:mockito-core:2.28.2'
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PODS:
- DoubleConversion
- glog
- glog (0.3.5)
- MarketingCloudSDK (6.3.4)
- MarketingCloudSDK (7.0.0)
- React (0.60.0):
- React-Core (= 0.60.0)
- React-DevSupport (= 0.60.0)
Expand Down Expand Up @@ -82,8 +82,8 @@ PODS:
- React-RCTWebSocket (0.60.0):
- React-Core (= 0.60.0)
- React-fishhook (= 0.60.0)
- RNMarketingCloudSdk (6.4.0):
- MarketingCloudSDK (~> 6.3)
- RNMarketingCloudSdk (7.0.0):
- MarketingCloudSDK (~> 7.0)
- React
- yoga (0.60.0.React)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-marketingcloudsdk",
"version": "6.4.0",
"version": "7.0.0",
"description": "A React Native component to access the native Salesforce Marketing Cloud MobilePush SDKs",
"author": "Salesforce Marketing Cloud",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit db10e82

Please sign in to comment.