From f8c9cc23c1fea881788c81ba37a52552b24010fa Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 31 May 2023 20:26:41 -0700 Subject: [PATCH] fix: bump to more performant android version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index fd8c75413..662be141c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -88,6 +88,6 @@ repositories { dependencies { implementation project(':expo-modules-core') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}" - implementation "org.xmtp:android:0.1.5" + implementation "org.xmtp:android:0.1.6" implementation 'com.google.code.gson:gson:2.10.1' }