Skip to content

Commit 55595de

Browse files
committed
chore: release v7.0.3 with version bumps for android and ios, including fixes for nested artboard playback
1 parent 2917ed7 commit 55595de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dependencies {
135135
implementation 'androidx.core:core-ktx:1.12.0'
136136
implementation 'androidx.appcompat:appcompat:1.6.1'
137137
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
138-
implementation 'app.rive:rive-android:9.3.3'
138+
implementation 'app.rive:rive-android:9.3.5'
139139
implementation "androidx.startup:startup-runtime:1.1.1"
140140
implementation 'com.android.volley:volley:1.2.0'
141141
}

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": "7.0.2",
3+
"version": "7.0.3",
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", "5.11.1"
19+
s.dependency "RiveRuntime", "5.11.3"
2020
end

0 commit comments

Comments
 (0)