We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c41fcb + 234ee4a commit c8df8ffCopy full SHA for c8df8ff
android/build.gradle
@@ -72,7 +72,7 @@ dependencies {
72
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
73
//noinspection GradleDynamicVersion
74
implementation "com.facebook.react:react-native:+"
75
- implementation "zendesk.messaging:messaging-android:2.9.0"
+ implementation "zendesk.messaging:messaging-android:2.18.0"
76
}
77
78
if (isNewArchitectureEnabled()) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@robbywh/react-native-zendesk-messaging",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"private": false,
5
"description": "React Native Zendesk Messaging",
6
"main": "lib/commonjs/index",
0 commit comments