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'