Skip to content

Commit 9e4e3ce

Browse files
committed
fix: update README runtime version examples to match current defaults
1 parent 9ebc32c commit 9e4e3ce

1 file changed

Lines changed: 6 additions & 6 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.12.0",
115-
"android": "10.4.5"
114+
"ios": "6.15.2",
115+
"android": "11.2.0"
116116
}
117117
```
118118

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

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

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

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

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

0 commit comments

Comments
 (0)