From 5235ccd8c668a25d5ca3d3faa12598a01b391701 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Fri, 21 Jun 2024 12:39:04 -0700 Subject: [PATCH] fix: bump mls performance version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 104ec5c55..d8f2bb3b2 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.13.6" + implementation "org.xmtp:android:0.13.7" 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"