From 4693ea733e0f581b6ebda0e78f9fd098cb1d802e Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Tue, 7 Nov 2023 12:26:21 -0800 Subject: [PATCH] fix: upgrade to the latest android for stream performance --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a7ee6afc9..59e5353db 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -95,7 +95,7 @@ repositories { dependencies { implementation project(':expo-modules-core') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}" - implementation "org.xmtp:android:0.6.11" + implementation "org.xmtp:android:0.6.12" 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"