Skip to content

Commit

Permalink
Bumped SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-saia-datadog committed Jun 28, 2024
1 parent 79c58eb commit fd4ca75
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions example/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2016-Present Datadog, Inc.
*/

import {AppRegistry} from 'react-native';
import App from './src/App';
import {startReactNativeNavigation} from './src/WixApp';
Expand Down
12 changes: 6 additions & 6 deletions packages/core/DatadogSDKReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Pod::Spec.new do |s|
s.dependency "React-Core"

# /!\ Remember to keep the versions in sync with DatadogSDKReactNativeSessionReplay.podspec
s.dependency 'DatadogCore', '~> 2.7.1'
s.dependency 'DatadogLogs', '~> 2.7.1'
s.dependency 'DatadogTrace', '~> 2.7.1'
s.dependency 'DatadogRUM', '~> 2.7.1'
s.dependency 'DatadogCrashReporting', '~> 2.7.1'
s.dependency 'DatadogWebViewTracking', '~> 2.7.1'
s.dependency 'DatadogCore', '~> 2.13.0'
s.dependency 'DatadogLogs', '~> 2.13.0'
s.dependency 'DatadogTrace', '~> 2.13.0'
s.dependency 'DatadogRUM', '~> 2.13.0'
s.dependency 'DatadogCrashReporting', '~> 2.13.0'
s.dependency 'DatadogWebViewTracking', '~> 2.13.0'

s.test_spec 'Tests' do |test_spec|
test_spec.source_files = 'ios/Tests/**/*.{swift,json}'
Expand Down
8 changes: 4 additions & 4 deletions packages/core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compileOnly "com.squareup.okhttp3:okhttp:3.12.13"

implementation "com.datadoghq:dd-sdk-android-rum:2.6.2"
implementation "com.datadoghq:dd-sdk-android-logs:2.6.2"
implementation "com.datadoghq:dd-sdk-android-trace:2.6.2"
implementation "com.datadoghq:dd-sdk-android-webview:2.6.2"
implementation "com.datadoghq:dd-sdk-android-rum:2.11.0"
implementation "com.datadoghq:dd-sdk-android-logs:2.11.0"
implementation "com.datadoghq:dd-sdk-android-trace:2.11.0"
implementation "com.datadoghq:dd-sdk-android-webview:2.11.0"
implementation "com.google.code.gson:gson:2.10.0"
testImplementation "org.junit.platform:junit-platform-launcher:1.6.2"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.dependency "React-Core"

# /!\ Remember to keep the version in sync with DatadogSDKReactNative.podspec
s.dependency 'DatadogSessionReplay', '~> 2.7.1'
s.dependency 'DatadogSessionReplay', '~> 2.13.0'
s.dependency 'DatadogSDKReactNative'

s.test_spec 'Tests' do |test_spec|
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-session-replay/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dependencies {
api "com.facebook.react:react-android:$reactNativeVersion"
}
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.datadoghq:dd-sdk-android-session-replay:2.6.2"
implementation "com.datadoghq:dd-sdk-android-session-replay:2.11.0"
implementation project(path: ':datadog_mobile-react-native')

testImplementation "org.junit.platform:junit-platform-launcher:1.6.2"
Expand Down

0 comments on commit fd4ca75

Please sign in to comment.