Skip to content

Commit

Permalink
Bumped dd-sdk-android-webview version
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-saia-datadog committed Nov 15, 2024
1 parent 1ef6848 commit 0d36cd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react-native-webview/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 0d36cd4

Please sign in to comment.