From 300ee435ecaf9b2067db586eabe42c2db2a93bb6 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Tue, 16 Apr 2024 13:04:23 -0700 Subject: [PATCH] fix: streaming timeouts --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e5508ba31..b54d66df7 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.2" + implementation "org.xmtp:android:0.10.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"