Skip to content

Commit

Permalink
chore: bump ios and android runtimes for interpolation on states support
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Jun 27, 2023
1 parent d38bac3 commit b6a6458
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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
Expand All @@ -572,4 +572,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: ffca5ebcfa1ead72871bfd5c0adf18ed1df71ff3

COCOAPODS: 1.11.3
COCOAPODS: 1.11.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion rive-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b6a6458

Please sign in to comment.