diff --git a/README.md b/README.md index d7662ee..84ba501 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ By default, `rive-react-native` uses the native SDK versions specified in `packa ```json "runtimeVersions": { "ios": "6.18.2", - "android": "11.4.0" + "android": "11.4.1" } ``` @@ -143,7 +143,7 @@ cd ios && pod install Add to `android/gradle.properties`: ```properties -Rive_RiveRuntimeAndroidVersion=11.4.0 +Rive_RiveRuntimeAndroidVersion=11.4.1 ``` #### Expo Projects @@ -167,7 +167,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ [ withGradleProperties, { - Rive_RiveRuntimeAndroidVersion: '11.4.0', + Rive_RiveRuntimeAndroidVersion: '11.4.1', }, ], ], diff --git a/package.json b/package.json index a398f5e..36ce99f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "9.8.2", "runtimeVersions": { "ios": "6.18.2", - "android": "11.4.0" + "android": "11.4.1" }, "workspaces": [ "example"