We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d0fbd commit baa6341Copy full SHA for baa6341
android/build.gradle
@@ -135,7 +135,7 @@ dependencies {
135
implementation 'androidx.core:core-ktx:1.12.0'
136
implementation 'androidx.appcompat:appcompat:1.6.1'
137
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
138
- implementation 'app.rive:rive-android:9.3.0'
+ implementation 'app.rive:rive-android:9.3.1'
139
implementation "androidx.startup:startup-runtime:1.1.1"
140
implementation 'com.android.volley:volley:1.2.0'
141
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rive-react-native",
3
- "version": "7.0.0",
+ "version": "7.0.1",
4
"description": "Rive React Native",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments