From 1eee08187ccb1a8412fb8be4ca663927b0d47474 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:37:43 +0000 Subject: [PATCH] Update dependency androidx.core:core-splashscreen to v1.2.0 --- .../node.js/next.js/mobile/android/variables.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/microsoft/typescriptlang.org/node.js/next.js/mobile/android/variables.gradle b/languages/microsoft/typescriptlang.org/node.js/next.js/mobile/android/variables.gradle index e06ad499..48eca1ff 100644 --- a/languages/microsoft/typescriptlang.org/node.js/next.js/mobile/android/variables.gradle +++ b/languages/microsoft/typescriptlang.org/node.js/next.js/mobile/android/variables.gradle @@ -7,7 +7,7 @@ ext { androidxCoordinatorLayoutVersion = '1.3.0' androidxCoreVersion = '1.15.0' androidxFragmentVersion = '1.8.4' - coreSplashScreenVersion = '1.0.1' + coreSplashScreenVersion = '1.2.0' androidxWebkitVersion = '1.12.1' junitVersion = '4.13.2' androidxJunitVersion = '1.3.0'