diff --git a/android/build.gradle b/android/build.gradle index eab819d..931a74b 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.6.6' + implementation 'io.rownd:android:2.7.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' diff --git a/rownd-react-native.podspec b/rownd-react-native.podspec index 516ebc7..6b30bb0 100644 --- a/rownd-react-native.podspec +++ b/rownd-react-native.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency "Rownd", "~> 3.0.1" + s.dependency "Rownd", "~> 3.0.3" # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then