Skip to content

Commit

Permalink
feat: bump rive android to 5.1.3 and rive ios to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Jun 15, 2023
1 parent 6031c70 commit d38bac3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.0.0'
implementation 'app.rive:rive-android:5.1.3'
implementation "androidx.startup:startup-runtime:1.1.1"
implementation 'com.android.volley:volley:1.2.0'
}
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,10 @@ PODS:
- React-jsi (= 0.66.4)
- React-logger (= 0.66.4)
- React-perflogger (= 0.66.4)
- rive-react-native (4.0.5):
- rive-react-native (4.1.1):
- React-Core
- RiveRuntime (= 4.0.2)
- RiveRuntime (4.0.2)
- RiveRuntime (= 4.0.3)
- RiveRuntime (4.0.3)
- 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: 3bfd5c6d704f96cd9747e7d89b88c48b8f05c5d0
RiveRuntime: ecb99b3dc7fd8124123baa834669dc452f92fa05
rive-react-native: f79a9bf6a32ced1f3d789129c4d502f013488da1
RiveRuntime: b01c11e015ed13e66fe96a06490ee43ae9548349
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
Expand All @@ -572,4 +572,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: ffca5ebcfa1ead72871bfd5c0adf18ed1df71ff3

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
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.0",
"version": "4.1.1",
"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.2"
s.dependency "RiveRuntime", "4.0.3"
end

0 comments on commit d38bac3

Please sign in to comment.