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'