Skip to content

Commit c8df8ff

Browse files
authored
Merge pull request #20 from andcosta/main
Update Zendesk Messaging SDK to Comply with New Google Play Policies
2 parents 4c41fcb + 234ee4a commit c8df8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
7373
//noinspection GradleDynamicVersion
7474
implementation "com.facebook.react:react-native:+"
75-
implementation "zendesk.messaging:messaging-android:2.9.0"
75+
implementation "zendesk.messaging:messaging-android:2.18.0"
7676
}
7777

7878
if (isNewArchitectureEnabled()) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@robbywh/react-native-zendesk-messaging",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"private": false,
55
"description": "React Native Zendesk Messaging",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)