diff --git a/android/build.gradle b/android/build.gradle index b682034..3b7837d 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:2.10.1' + implementation 'io.rownd:android:2.12.0' implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2" implementation 'androidx.compose.ui:ui-unit:1.3.0' implementation 'androidx.compose.ui:ui-graphics:1.3.0'