From 6c3900db81f1036c51f91e97789c5dde14d587c6 Mon Sep 17 00:00:00 2001 From: Skyler Tanner Date: Fri, 13 Nov 2020 16:06:26 -0500 Subject: [PATCH] update android to 7.3.0 --- README.md | 5 ----- android/build.gradle | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 512711a..ac48327 100755 --- a/README.md +++ b/README.md @@ -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 [MCReactModule](#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. diff --git a/android/build.gradle b/android/build.gradle index b3e79fd..bc8893d 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -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'