diff --git a/android/build.gradle b/android/build.gradle index 0d37320..b533adf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -138,7 +138,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1' - implementation 'app.rive:rive-android:9.10.1' + implementation 'app.rive:rive-android:9.11.1' implementation "androidx.startup:startup-runtime:1.1.1" implementation 'com.android.volley:volley:1.2.0' } diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 49508f1..5c33464 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -489,8 +489,8 @@ PODS: - React-perflogger (= 0.72.7) - rive-react-native (8.1.0): - React-Core - - RiveRuntime (= 6.3.3) - - RiveRuntime (6.3.3) + - RiveRuntime (= 6.3.7) + - RiveRuntime (6.3.7) - RNCMaskedView (0.2.9): - React-Core - RNCPicker (1.16.8): @@ -744,8 +744,8 @@ SPEC CHECKSUMS: React-runtimescheduler: 7649c3b46c8dee1853691ecf60146a16ae59253c React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415 ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6 - rive-react-native: c0cf3d1b9e5443b36b91f14d515dea0c24477707 - RiveRuntime: 4555cc58cf39f41c84b4152f2272b18068da43a1 + rive-react-native: c1e502792a4e5fc7dc6d49c2f488cef41d35936d + RiveRuntime: dbcfe1594ef0b03f0bac0952ccb31dd2ed39740a RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6 RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6 RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211 diff --git a/rive-react-native.podspec b/rive-react-native.podspec index 42994aa..8982bbb 100644 --- a/rive-react-native.podspec +++ b/rive-react-native.podspec @@ -18,5 +18,5 @@ Pod::Spec.new do |s| s.swift_version = "5.0" s.dependency "React-Core" - s.dependency "RiveRuntime", "6.3.3" + s.dependency "RiveRuntime", "6.3.7" end