From 30404210990af15b8102d740e1a31ec7f4fb2b17 Mon Sep 17 00:00:00 2001 From: kele-leanes Date: Tue, 12 Mar 2024 14:08:29 -0300 Subject: [PATCH] bump android version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 16f2a944b..8e6983abb 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.8.3" + implementation "org.xmtp:android:0.8.4" 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"