From 07f0c15dc3039534a3c0c11fbcadf62fdca9f102 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Mon, 13 May 2024 16:33:08 -0700 Subject: [PATCH] add to the android gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index bb315920b..782930a1b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -98,7 +98,7 @@ repositories { dependencies { implementation project(':expo-modules-core') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}" - implementation "org.xmtp:android:0.10.6" + implementation "org.xmtp:android:0.11.3" implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.facebook.react:react-native:0.71.3' implementation "com.daveanthonythomas.moshipack:moshipack:1.0.1"