diff --git a/android/build.gradle b/android/build.gradle index 60a7e64..525432e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -135,7 +135,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.3.1' + implementation 'app.rive:rive-android:9.3.3' implementation "androidx.startup:startup-runtime:1.1.1" implementation 'com.android.volley:volley:1.2.0' } diff --git a/package.json b/package.json index 67efcb3..707c42c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react-native", - "version": "7.0.1", + "version": "7.0.2", "description": "Rive React Native", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -149,4 +149,4 @@ ] ] } -} \ No newline at end of file +} diff --git a/rive-react-native.podspec b/rive-react-native.podspec index 26b2cce..1eb6930 100644 --- a/rive-react-native.podspec +++ b/rive-react-native.podspec @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency "RiveRuntime", "5.10.0" + s.dependency "RiveRuntime", "5.11.1" end