diff --git a/rn-app-with-native/android/app/build.gradle b/rn-app-with-native/android/app/build.gradle index 9aaa7e0..f6018dc 100644 --- a/rn-app-with-native/android/app/build.gradle +++ b/rn-app-with-native/android/app/build.gradle @@ -165,7 +165,7 @@ dependencies { implementation("com.squareup.okhttp3:okhttp:4.10.0") // The versions must be aligned with @datadog/mobile-react-native gradle versions - implementation "com.datadoghq:dd-sdk-android-rum:2.23.0" + implementation "com.datadoghq:dd-sdk-android-rum:3.9.0" implementation "com.datadoghq:dd-sdk-android-okhttp:2.23.0" implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")