diff --git a/examples/react-native/example/android/app/build.gradle b/examples/react-native/example/android/app/build.gradle index 716e1a7df..b06891aac 100644 --- a/examples/react-native/example/android/app/build.gradle +++ b/examples/react-native/example/android/app/build.gradle @@ -108,7 +108,7 @@ dependencies { // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android") - implementation("com.amplitude:session-replay-android:[0.15.2, 1.0.0]") + implementation("com.amplitude:session-replay-android:[0.15.3, 1.0.0]") if (hermesEnabled.toBoolean()) { implementation("com.facebook.react:hermes-android")