From 910b43462469d1e0c916b45bc6ddb1f0ee58315b 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:13 +0000 Subject: [PATCH] chore(deps): update gradle non-major dependencies --- android-app-with-rn/android/app/build.gradle | 16 ++++++++-------- android-app-with-rn/android/build.gradle | 6 +++--- .../gradle/wrapper/gradle-wrapper.properties | 2 +- rn-app-with-native/android/app/build.gradle | 10 +++++----- rn-app-with-native/android/build.gradle | 2 +- rn-app-with-native/android/gradle.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- rum-react-native-tvos/android/app/build.gradle | 2 +- rum-react-native-tvos/android/build.gradle | 2 +- rum-react-native-tvos/android/gradle.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/app/build.gradle | 2 +- rum-react-navigation-async/android/build.gradle | 2 +- .../android/gradle.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../android/app/build.gradle | 4 ++-- .../android/build.gradle | 2 +- .../android/gradle.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- rum-react-navigation/android/app/build.gradle | 4 ++-- rum-react-navigation/android/build.gradle | 2 +- rum-react-navigation/android/gradle.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 23 files changed, 38 insertions(+), 38 deletions(-) diff --git a/android-app-with-rn/android/app/build.gradle b/android-app-with-rn/android/app/build.gradle index 1fed34f..ec7b5a2 100644 --- a/android-app-with-rn/android/app/build.gradle +++ b/android-app-with-rn/android/app/build.gradle @@ -57,15 +57,15 @@ dependencies { implementation "com.datadoghq:dd-sdk-android-trace" implementation "com.datadoghq:dd-sdk-android-webview" implementation "org.webkit:android-jsc:+" - implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'com.google.android.material:material:1.5.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - implementation 'androidx.navigation:navigation-fragment-ktx:2.4.1' - implementation 'androidx.navigation:navigation-ui-ktx:2.4.1' + implementation 'androidx.core:core-ktx:1.18.0' + implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'com.google.android.material:material:1.13.0' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' + implementation 'androidx.navigation:navigation-fragment-ktx:2.9.7' + implementation 'androidx.navigation:navigation-ui-ktx:2.9.7' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' } apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) diff --git a/android-app-with-rn/android/build.gradle b/android-app-with-rn/android/build.gradle index 06a3a5b..96624bb 100644 --- a/android-app-with-rn/android/build.gradle +++ b/android-app-with-rn/android/build.gradle @@ -20,7 +20,7 @@ buildscript { } plugins { - id 'com.android.application' version '7.3.0' apply false - id 'com.android.library' version '7.3.0' apply false - id 'org.jetbrains.kotlin.android' version '1.8.22' apply false + id 'com.android.application' version '7.4.2' apply false + id 'com.android.library' version '7.4.2' apply false + id 'org.jetbrains.kotlin.android' version '1.9.25' apply false } diff --git a/android-app-with-rn/android/gradle/wrapper/gradle-wrapper.properties b/android-app-with-rn/android/gradle/wrapper/gradle-wrapper.properties index 7cc4720..6b93633 100644 --- a/android-app-with-rn/android/gradle/wrapper/gradle-wrapper.properties +++ b/android-app-with-rn/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Feb 17 14:51:52 CET 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/rn-app-with-native/android/app/build.gradle b/rn-app-with-native/android/app/build.gradle index 9aaa7e0..5f54277 100644 --- a/rn-app-with-native/android/app/build.gradle +++ b/rn-app-with-native/android/app/build.gradle @@ -159,15 +159,15 @@ dependencies { // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android") implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - def nav_version = "2.3.5" + def nav_version = "2.9.7" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version" - implementation("com.squareup.okhttp3:okhttp:4.10.0") + implementation("com.squareup.okhttp3:okhttp:4.12.0") // 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("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0") + implementation "com.datadoghq:dd-sdk-android-rum:2.26.3" + implementation "com.datadoghq:dd-sdk-android-okhttp:2.26.3" + implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0") debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { diff --git a/rn-app-with-native/android/build.gradle b/rn-app-with-native/android/build.gradle index adc9267..80c97d7 100644 --- a/rn-app-with-native/android/build.gradle +++ b/rn-app-with-native/android/build.gradle @@ -14,7 +14,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:7.3.1") + classpath("com.android.tools.build:gradle:7.4.2") classpath("com.facebook.react:react-native-gradle-plugin") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version") } diff --git a/rn-app-with-native/android/gradle.properties b/rn-app-with-native/android/gradle.properties index e4af465..7378cbc 100644 --- a/rn-app-with-native/android/gradle.properties +++ b/rn-app-with-native/android/gradle.properties @@ -25,7 +25,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.125.0 +FLIPPER_VERSION=0.273.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using diff --git a/rn-app-with-native/android/gradle/wrapper/gradle-wrapper.properties b/rn-app-with-native/android/gradle/wrapper/gradle-wrapper.properties index 8fad3f5..e5aee46 100644 --- a/rn-app-with-native/android/gradle/wrapper/gradle-wrapper.properties +++ b/rn-app-with-native/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/rum-react-native-tvos/android/app/build.gradle b/rum-react-native-tvos/android/app/build.gradle index f9dd366..393b1e7 100644 --- a/rum-react-native-tvos/android/app/build.gradle +++ b/rum-react-native-tvos/android/app/build.gradle @@ -146,7 +146,7 @@ dependencies { implementation("io.github.react-native-tvos:react-android") - implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0") + implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0") debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { diff --git a/rum-react-native-tvos/android/build.gradle b/rum-react-native-tvos/android/build.gradle index 67d887b..519b353 100644 --- a/rum-react-native-tvos/android/build.gradle +++ b/rum-react-native-tvos/android/build.gradle @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:7.3.1") + classpath("com.android.tools.build:gradle:7.4.2") classpath("com.facebook.react:react-native-gradle-plugin") } } diff --git a/rum-react-native-tvos/android/gradle.properties b/rum-react-native-tvos/android/gradle.properties index aebdb7d..b113e98 100644 --- a/rum-react-native-tvos/android/gradle.properties +++ b/rum-react-native-tvos/android/gradle.properties @@ -25,7 +25,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.125.0 +FLIPPER_VERSION=0.273.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using diff --git a/rum-react-native-tvos/android/gradle/wrapper/gradle-wrapper.properties b/rum-react-native-tvos/android/gradle/wrapper/gradle-wrapper.properties index 8fad3f5..e5aee46 100644 --- a/rum-react-native-tvos/android/gradle/wrapper/gradle-wrapper.properties +++ b/rum-react-native-tvos/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/rum-react-navigation-async/android/app/build.gradle b/rum-react-navigation-async/android/app/build.gradle index 9476b5f..013d16c 100644 --- a/rum-react-navigation-async/android/app/build.gradle +++ b/rum-react-navigation-async/android/app/build.gradle @@ -158,7 +158,7 @@ dependencies { // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android") - implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0") + implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0") debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { diff --git a/rum-react-navigation-async/android/build.gradle b/rum-react-navigation-async/android/build.gradle index 67d887b..519b353 100644 --- a/rum-react-navigation-async/android/build.gradle +++ b/rum-react-navigation-async/android/build.gradle @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:7.3.1") + classpath("com.android.tools.build:gradle:7.4.2") classpath("com.facebook.react:react-native-gradle-plugin") } } diff --git a/rum-react-navigation-async/android/gradle.properties b/rum-react-navigation-async/android/gradle.properties index e4af465..7378cbc 100644 --- a/rum-react-navigation-async/android/gradle.properties +++ b/rum-react-navigation-async/android/gradle.properties @@ -25,7 +25,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.125.0 +FLIPPER_VERSION=0.273.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using diff --git a/rum-react-navigation-async/android/gradle/wrapper/gradle-wrapper.properties b/rum-react-navigation-async/android/gradle/wrapper/gradle-wrapper.properties index 8fad3f5..e5aee46 100644 --- a/rum-react-navigation-async/android/gradle/wrapper/gradle-wrapper.properties +++ b/rum-react-navigation-async/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/rum-react-navigation-codepush/android/app/build.gradle b/rum-react-navigation-codepush/android/app/build.gradle index ce1b53b..c5cf784 100644 --- a/rum-react-navigation-codepush/android/app/build.gradle +++ b/rum-react-navigation-codepush/android/app/build.gradle @@ -1,5 +1,5 @@ plugins { - id("com.datadoghq.dd-sdk-android-gradle-plugin") version "1.5.+" + id("com.datadoghq.dd-sdk-android-gradle-plugin") version "1.25.+" } datadog { @@ -172,7 +172,7 @@ dependencies { // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android") - implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0") + implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0") debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { diff --git a/rum-react-navigation-codepush/android/build.gradle b/rum-react-navigation-codepush/android/build.gradle index 67d887b..519b353 100644 --- a/rum-react-navigation-codepush/android/build.gradle +++ b/rum-react-navigation-codepush/android/build.gradle @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:7.3.1") + classpath("com.android.tools.build:gradle:7.4.2") classpath("com.facebook.react:react-native-gradle-plugin") } } diff --git a/rum-react-navigation-codepush/android/gradle.properties b/rum-react-navigation-codepush/android/gradle.properties index e4af465..7378cbc 100644 --- a/rum-react-navigation-codepush/android/gradle.properties +++ b/rum-react-navigation-codepush/android/gradle.properties @@ -25,7 +25,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.125.0 +FLIPPER_VERSION=0.273.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using diff --git a/rum-react-navigation-codepush/android/gradle/wrapper/gradle-wrapper.properties b/rum-react-navigation-codepush/android/gradle/wrapper/gradle-wrapper.properties index 8fad3f5..e5aee46 100644 --- a/rum-react-navigation-codepush/android/gradle/wrapper/gradle-wrapper.properties +++ b/rum-react-navigation-codepush/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/rum-react-navigation/android/app/build.gradle b/rum-react-navigation/android/app/build.gradle index 910fdae..9f73799 100644 --- a/rum-react-navigation/android/app/build.gradle +++ b/rum-react-navigation/android/app/build.gradle @@ -1,5 +1,5 @@ plugins { - id("com.datadoghq.dd-sdk-android-gradle-plugin") version "1.5.+" + id("com.datadoghq.dd-sdk-android-gradle-plugin") version "1.25.+" } datadog { @@ -171,7 +171,7 @@ dependencies { // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android") - implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0") + implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0") debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { diff --git a/rum-react-navigation/android/build.gradle b/rum-react-navigation/android/build.gradle index 67d887b..519b353 100644 --- a/rum-react-navigation/android/build.gradle +++ b/rum-react-navigation/android/build.gradle @@ -15,7 +15,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:7.3.1") + classpath("com.android.tools.build:gradle:7.4.2") classpath("com.facebook.react:react-native-gradle-plugin") } } diff --git a/rum-react-navigation/android/gradle.properties b/rum-react-navigation/android/gradle.properties index e4af465..7378cbc 100644 --- a/rum-react-navigation/android/gradle.properties +++ b/rum-react-navigation/android/gradle.properties @@ -25,7 +25,7 @@ android.useAndroidX=true android.enableJetifier=true # Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.125.0 +FLIPPER_VERSION=0.273.0 # Use this property to specify which architecture you want to build. # You can also override it from the CLI using diff --git a/rum-react-navigation/android/gradle/wrapper/gradle-wrapper.properties b/rum-react-navigation/android/gradle/wrapper/gradle-wrapper.properties index 8fad3f5..e5aee46 100644 --- a/rum-react-navigation/android/gradle/wrapper/gradle-wrapper.properties +++ b/rum-react-navigation/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists