Skip to content

Commit

Permalink
update android to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyler Tanner committed Nov 13, 2020
1 parent 8e5f90e commit 6c3900d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,3 @@ Android and Xcode/Console.app for iOS). This content can help diagnose most iss
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.
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.2.+')}"
api "com.salesforce.marketingcloud:marketingcloudsdk:${safeExtGet('marketingCloudVersion', '7.3.+')}"
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 6c3900d

Please sign in to comment.