Skip to content

Commit

Permalink
fix: updating android lib version to fix gson R8 issues (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaz authored Nov 16, 2024
2 parents cc8a236 + 38742f3 commit c9d491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-native/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c9d491a

Please sign in to comment.