Skip to content

Commit d38bac3

Browse files
committed
feat: bump rive android to 5.1.3 and rive ios to 4.0.3
1 parent 6031c70 commit d38bac3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ dependencies {
134134
implementation 'androidx.core:core-ktx:1.10.0'
135135
implementation 'androidx.appcompat:appcompat:1.6.1'
136136
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
137-
implementation 'app.rive:rive-android:5.0.0'
137+
implementation 'app.rive:rive-android:5.1.3'
138138
implementation "androidx.startup:startup-runtime:1.1.1"
139139
implementation 'com.android.volley:volley:1.2.0'
140140
}

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@ PODS:
339339
- React-jsi (= 0.66.4)
340340
- React-logger (= 0.66.4)
341341
- React-perflogger (= 0.66.4)
342-
- rive-react-native (4.0.5):
342+
- rive-react-native (4.1.1):
343343
- React-Core
344-
- RiveRuntime (= 4.0.2)
345-
- RiveRuntime (4.0.2)
344+
- RiveRuntime (= 4.0.3)
345+
- RiveRuntime (4.0.3)
346346
- RNCMaskedView (0.2.9):
347347
- React-Core
348348
- RNCPicker (1.16.8):
@@ -560,8 +560,8 @@ SPEC CHECKSUMS:
560560
React-RCTVibration: e3ffca672dd3772536cb844274094b0e2c31b187
561561
React-runtimeexecutor: dec32ee6f2e2a26e13e58152271535fadff5455a
562562
ReactCommon: 57b69f6383eafcbd7da625bfa6003810332313c4
563-
rive-react-native: 3bfd5c6d704f96cd9747e7d89b88c48b8f05c5d0
564-
RiveRuntime: ecb99b3dc7fd8124123baa834669dc452f92fa05
563+
rive-react-native: f79a9bf6a32ced1f3d789129c4d502f013488da1
564+
RiveRuntime: b01c11e015ed13e66fe96a06490ee43ae9548349
565565
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
566566
RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6
567567
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
@@ -572,4 +572,4 @@ SPEC CHECKSUMS:
572572

573573
PODFILE CHECKSUM: ffca5ebcfa1ead72871bfd5c0adf18ed1df71ff3
574574

575-
COCOAPODS: 1.11.2
575+
COCOAPODS: 1.11.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rive-react-native",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Rive React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

rive-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m,mm,swift}"
1717

1818
s.dependency "React-Core"
19-
s.dependency "RiveRuntime", "4.0.2"
19+
s.dependency "RiveRuntime", "4.0.3"
2020
end

0 commit comments

Comments
 (0)