From 6f1aa9d93316cfd7cb6b5a7fee1d408cc6427e3e Mon Sep 17 00:00:00 2001 From: Alex Venetidis Date: Tue, 7 Jul 2026 12:44:03 +0100 Subject: [PATCH] Bump android-sdk to 0.0.12 (crash fix: Samsung Health not installed) --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d1846db..8fe44be 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -56,6 +56,6 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" // From node_modules // implementation fileTree(dir: 'libs', include: ['*.aar']) - implementation 'co.tryterra:android-sdk:0.0.11' + implementation 'co.tryterra:android-sdk:0.0.12' implementation 'com.google.code.gson:gson:2.9.1' } diff --git a/package.json b/package.json index 61a1ed8..4afdbcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terra-react", - "version": "0.6.4", + "version": "0.6.5", "description": "React Native SDK mapping for Terra API", "main": "lib/commonjs/index", "module": "lib/module/index",