From b6a6458e5ee49cfdd2ebafdbc06ea007817070a7 Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Mon, 26 Jun 2023 15:50:25 -0500 Subject: [PATCH] chore: bump ios and android runtimes for interpolation on states support --- android/build.gradle | 2 +- example/ios/Podfile.lock | 10 +++++----- package.json | 2 +- rive-react-native.podspec | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 80ca5df..24ecef9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -134,7 +134,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.10.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1' - implementation 'app.rive:rive-android:5.1.3' + implementation 'app.rive:rive-android:5.1.5' 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 d039eb4..aadf7cc 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -341,8 +341,8 @@ PODS: - React-perflogger (= 0.66.4) - rive-react-native (4.1.1): - React-Core - - RiveRuntime (= 4.0.3) - - RiveRuntime (4.0.3) + - RiveRuntime (= 4.0.4) + - RiveRuntime (4.0.4) - RNCMaskedView (0.2.9): - React-Core - RNCPicker (1.16.8): @@ -560,8 +560,8 @@ SPEC CHECKSUMS: React-RCTVibration: e3ffca672dd3772536cb844274094b0e2c31b187 React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4 - rive-react-native: f79a9bf6a32ced1f3d789129c4d502f013488da1 - RiveRuntime: b01c11e015ed13e66fe96a06490ee43ae9548349 + rive-react-native: 96b6c1dae60d4ef5f5889f1b8d8941bac68e5eea + RiveRuntime: 76eab58e930afd03dae3edac3ed8ab4f31df7347 RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6 RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6 RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211 @@ -572,4 +572,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: ffca5ebcfa1ead72871bfd5c0adf18ed1df71ff3 -COCOAPODS: 1.11.3 +COCOAPODS: 1.11.2 diff --git a/package.json b/package.json index 73acba8..93724e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rive-react-native", - "version": "4.1.1", + "version": "4.1.2", "description": "Rive React Native", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/rive-react-native.podspec b/rive-react-native.podspec index 95d31a7..c84a36d 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", "4.0.3" + s.dependency "RiveRuntime", "4.0.4" end