From 591ba9528a292cc35add197a23ef3504dd82044f 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:44 +0000 Subject: [PATCH] chore(deps): update dependency com.datadoghq:dd-sdk-android-okhttp 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..48e050e 100644 --- a/rn-app-with-native/android/app/build.gradle +++ b/rn-app-with-native/android/app/build.gradle @@ -166,7 +166,7 @@ dependencies { // 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-okhttp:2.23.0" + implementation "com.datadoghq:dd-sdk-android-okhttp:3.9.0" implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0") debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")