From 34d9e8c8002d57bdb140c42da857bc4d1f50bc91 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 14:02:57 +0000 Subject: [PATCH] chore(deps): update dependency com.datadoghq:dd-sdk-android-rum to v3 --- rn-app-with-native/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")