Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump native rive runtimes and release 8.5.0-beta.0 #297

Merged
merged 1 commit into from
Mar 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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.13.1'
implementation 'app.rive:rive-android:9.13.10'
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 @@ -1647,10 +1647,10 @@ PODS:
- React-logger (= 0.76.7)
- React-perflogger (= 0.76.7)
- React-utils (= 0.76.7)
- rive-react-native (8.4.0):
- rive-react-native (8.5.0-dev.0):
- React-Core
- RiveRuntime (= 6.4.2)
- RiveRuntime (6.4.2)
- RiveRuntime (= 6.7.2)
- RiveRuntime (6.7.2)
- RNCPicker (2.11.0):
- DoubleConversion
- glog
Expand Down Expand Up @@ -2175,8 +2175,8 @@ SPEC CHECKSUMS:
React-utils: 9f9a6a31d703b136eb1614d914c10a3c96b1e6dd
ReactCodegen: 9a99ced51aab02909c7ab5056f33dff7054305bb
ReactCommon: 04292c6f596181ebf755e7929d96d2148542b0e8
rive-react-native: 4c2cc761a40cfa65f45bee02fc69168a936a8c6c
RiveRuntime: f8bd7015494fa137fa1165e949bb86a4a6958e75
rive-react-native: 0d9f452cb8457473adc4a4b9902aa4816b715b1f
RiveRuntime: 208ef4af7502e8befee41df6ec0178d9ef6a1f9f
RNCPicker: d23ebebb0c66864ac3edf260c20f8a4470aa2769
RNGestureHandler: fc5ce5bf284640d3af6431c3a5c3bc121e98d045
RNReanimated: 9ee6347ca0aa3cf78cae715455e781728ae142e2
Expand Down
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": "8.4.0",
"version": "8.5.0-beta.0",
"workspaces": [
"example"
],
Expand Down
2 changes: 1 addition & 1 deletion rive-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.swift_version = "5.0"

s.dependency "React-Core"
s.dependency "RiveRuntime", "6.4.2"
s.dependency "RiveRuntime", "6.7.2"
end
Loading