File tree 2 files changed +6
-6
lines changed
react-native-session-replay/android
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -192,10 +192,10 @@ dependencies {
192
192
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
193
193
compileOnly " com.squareup.okhttp3:okhttp:3.12.13"
194
194
195
- implementation " com.datadoghq:dd-sdk-android-rum:2.19.0 "
196
- implementation " com.datadoghq:dd-sdk-android-logs:2.19.0 "
197
- implementation " com.datadoghq:dd-sdk-android-trace:2.19.0 "
198
- implementation " com.datadoghq:dd-sdk-android-webview:2.19.0 "
195
+ implementation " com.datadoghq:dd-sdk-android-rum:2.19.1 "
196
+ implementation " com.datadoghq:dd-sdk-android-logs:2.19.1 "
197
+ implementation " com.datadoghq:dd-sdk-android-trace:2.19.1 "
198
+ implementation " com.datadoghq:dd-sdk-android-webview:2.19.1 "
199
199
implementation " com.google.code.gson:gson:2.10.0"
200
200
testImplementation " org.junit.platform:junit-platform-launcher:1.6.2"
201
201
testImplementation " org.junit.jupiter:junit-jupiter-api:5.6.2"
Original file line number Diff line number Diff line change @@ -199,8 +199,8 @@ dependencies {
199
199
api " com.facebook.react:react-android:$reactNativeVersion "
200
200
}
201
201
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
202
- implementation " com.datadoghq:dd-sdk-android-session-replay:2.19.0 "
203
- implementation " com.datadoghq:dd-sdk-android-internal:2.19.0 "
202
+ implementation " com.datadoghq:dd-sdk-android-session-replay:2.19.1 "
203
+ implementation " com.datadoghq:dd-sdk-android-internal:2.19.1 "
204
204
implementation project(path : ' :datadog_mobile-react-native' )
205
205
206
206
testImplementation " org.junit.platform:junit-platform-launcher:1.6.2"
You can’t perform that action at this time.
0 commit comments