Skip to content

Commit

Permalink
@W-7292283 Updated for MCET_225 release. (#12)
Browse files Browse the repository at this point in the history
* @W-7292283 Updated for MCET_225 release.

* Update README.md
  • Loading branch information
billmote authored and GitHub Enterprise committed Mar 4, 2020
1 parent 82285d1 commit 2570206
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.1.0

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

### Version 7.0.0

* Using the 7.0.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', '~> 7.0'
s.dependency 'MarketingCloudSDK', '~> 7.1'
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', '7.0.+')}"
api "com.salesforce.marketingcloud:marketingcloudsdk:${safeExtGet('marketingCloudVersion', '7.1.+')}"
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:4.3'
testImplementation 'org.mockito:mockito-core:2.28.2'
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": "7.0.0",
"version": "7.1.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 2570206

Please sign in to comment.