From bab2c49973a4640b452b2b1477217fd07ed8ae7d Mon Sep 17 00:00:00 2001 From: Matt Hamann Date: Tue, 24 Feb 2026 12:46:50 -0500 Subject: [PATCH] chore: update Android SDK to v4.1.1 Updates io.rownd:android dependency from 4.1.0 to 4.1.1 to include critical DataStore singleton fix that prevents fatal crashes in React Native apps caused by multiple DataStore instances for the same file. Fixes: IllegalStateException: There are multiple DataStores active for the same file: rownd_state.json --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e567403..c255466 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -136,7 +136,7 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'io.rownd:android:4.1.0' + implementation 'io.rownd:android:4.1.1' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0" implementation 'androidx.compose.ui:ui-unit:1.3.0' implementation 'androidx.compose.ui:ui-graphics:1.3.0'