Skip to content

Commit

Permalink
Merge branch 'master' of github.work:salesforce-marketingcloud/react-…
Browse files Browse the repository at this point in the history
…native-marketingcloudsdk
  • Loading branch information
billmote committed Dec 6, 2021
2 parents 396fd02 + 8368bfa commit 6d677a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ECCN: 5D992.c

#GUSINFO:MC Mobile SDK,MobilePush SDK - General
* @bmote,@stopczewska,@stanner,@sandeep-gupta,@rsuda
* @bmote,@stopczewska,@stanner,@sandeep-gupta,@rsuda
# Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing.
#ECCN:Open Source
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,8 @@ the SDK and will be requested by the Marketing Cloud support team.

**Kind**: static method of [<code>MCReactModule</code>](#MCReactModule)


---

### 3rd Party Product Language Disclaimers
Where possible, we changed noninclusive terms to align with our company value of Equality. We retained noninclusive terms to document a third-party system, but we encourage the developer community to embrace more inclusive language. We can update the term when it’s no longer required for technical accuracy.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ repositories {

dependencies {
api "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
<<<<<<< HEAD
api "com.salesforce.marketingcloud:marketingcloudsdk:${safeExtGet('marketingCloudVersion', '7.4.2')}"
=======
api "com.salesforce.marketingcloud:marketingcloudsdk:${safeExtGet('marketingCloudVersion', '7.4.+')}"
>>>>>>> 8368bfa0ac154b2d8a953f1adf9b8cba61ae15fe
testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:4.3'
testImplementation 'org.mockito:mockito-core:2.28.2'
Expand Down

0 comments on commit 6d677a2

Please sign in to comment.