Skip to content

Commit fcf691d

Browse files
committed
fix: bump native runtimes (iOS 6.18.2, Android 11.4.0)
1 parent b9dc4b3 commit fcf691d

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ By default, `rive-react-native` uses the native SDK versions specified in `packa
111111

112112
```json
113113
"runtimeVersions": {
114-
"ios": "6.15.2",
115-
"android": "11.2.0"
114+
"ios": "6.18.2",
115+
"android": "11.4.0"
116116
}
117117
```
118118

@@ -128,7 +128,7 @@ Create or edit `ios/Podfile.properties.json`:
128128

129129
```json
130130
{
131-
"RiveRuntimeIOSVersion": "6.15.2"
131+
"RiveRuntimeIOSVersion": "6.18.2"
132132
}
133133
```
134134

@@ -143,7 +143,7 @@ cd ios && pod install
143143
Add to `android/gradle.properties`:
144144

145145
```properties
146-
Rive_RiveRuntimeAndroidVersion=11.2.0
146+
Rive_RiveRuntimeAndroidVersion=11.4.0
147147
```
148148

149149
#### Expo Projects
@@ -161,13 +161,13 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
161161
[
162162
withPodfileProperties,
163163
{
164-
RiveRuntimeIOSVersion: '6.15.2',
164+
RiveRuntimeIOSVersion: '6.18.2',
165165
},
166166
],
167167
[
168168
withGradleProperties,
169169
{
170-
Rive_RiveRuntimeAndroidVersion: '11.2.0',
170+
Rive_RiveRuntimeAndroidVersion: '11.4.0',
171171
},
172172
],
173173
],

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,10 +1690,10 @@ PODS:
16901690
- React-logger (= 0.76.7)
16911691
- React-perflogger (= 0.76.7)
16921692
- React-utils (= 0.76.7)
1693-
- rive-react-native (9.7.1):
1693+
- rive-react-native (9.8.1):
16941694
- React-Core
1695-
- RiveRuntime (= 6.15.2)
1696-
- RiveRuntime (6.15.2)
1695+
- RiveRuntime (= 6.18.2)
1696+
- RiveRuntime (6.18.2)
16971697
- RNCPicker (2.11.0):
16981698
- DoubleConversion
16991699
- glog
@@ -2222,8 +2222,8 @@ SPEC CHECKSUMS:
22222222
React-utils: 0342746d2cf989cf5e0d1b84c98cfa152edbdf3f
22232223
ReactCodegen: e1c019dc68733dd2c5d3b263b4a6dc72002c0045
22242224
ReactCommon: 81e0744ee33adfd6d586141b927024f488bc49ea
2225-
rive-react-native: 9f14e5bd0fc53537a6d04c0164163cc6bd994f94
2226-
RiveRuntime: b2c29a7e1fbf2aabd1fffcb7b9cf43c4d515a841
2225+
rive-react-native: 42e74b37776e61588e28acb1e3066f37fdd55bbd
2226+
RiveRuntime: 55c7a7badd9a8389d20fc8a75b7c6accc851b69a
22272227
RNCPicker: c657bd58a82b164a957812f82a0b4bab4245de2e
22282228
RNGestureHandler: 16ef3dc2d7ecb09f240f25df5255953c4098819b
22292229
RNReanimated: a2692304a6568bc656c04c8ffea812887d37436e

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "rive-react-native",
33
"version": "9.8.1",
44
"runtimeVersions": {
5-
"ios": "6.15.2",
6-
"android": "11.2.0"
5+
"ios": "6.18.2",
6+
"android": "11.4.0"
77
},
88
"workspaces": [
99
"example"

0 commit comments

Comments
 (0)