From a0b123ec5fe4326e5672caaf604804487da2882a Mon Sep 17 00:00:00 2001 From: MEP Date: Tue, 23 Jun 2026 11:33:12 +0000 Subject: [PATCH] fix(android): bump terra-android to 1.7.0 for health connect background delivery --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 3d2e566..5cee3f8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -40,7 +40,7 @@ android { dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1' - implementation 'co.tryterra:terra-android:1.6.3' + implementation 'co.tryterra:terra-android:1.7.0' implementation 'com.google.code.gson:gson:2.9.0' } }