From 0d36cd4a34b21c2ed7f1c3fafaf67b95c725af55 Mon Sep 17 00:00:00 2001 From: Marco Saia Date: Fri, 15 Nov 2024 11:51:21 +0100 Subject: [PATCH] Bumped dd-sdk-android-webview version --- packages/react-native-webview/android/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/react-native-webview/android/build.gradle b/packages/react-native-webview/android/build.gradle index 61ea0e638..e385278a9 100644 --- a/packages/react-native-webview/android/build.gradle +++ b/packages/react-native-webview/android/build.gradle @@ -188,8 +188,10 @@ dependencies { // https://github.com/facebook/react-native/blob/e1a1e6aa8030bf11d691c3dcf7abd13b25175027/packages/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/DependencyUtils.kt implementation "com.facebook.react:react-android:$reactNativeVersion" } + + implementation "com.datadoghq:dd-sdk-android-webview:2.14.0" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "com.datadoghq:dd-sdk-android-webview:2.11.0" + implementation project(path: ':datadog_mobile-react-native') implementation project(path: ':react-native-webview')