From 2dc852ae34538c9d7a958facc58c93ea77be9b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:12:39 +0000 Subject: [PATCH] build(deps): bump androidx.core:core-ktx in /11_flow/android Bumps androidx.core:core-ktx from 1.13.1 to 1.15.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 11_flow/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11_flow/android/app/build.gradle b/11_flow/android/app/build.gradle index a9bdb45f6e..830c081259 100644 --- a/11_flow/android/app/build.gradle +++ b/11_flow/android/app/build.gradle @@ -47,7 +47,7 @@ android { } dependencies { - def core_version = "1.13.1" + def core_version = "1.15.0" def appcompat_version = "1.7.0" def constraintlayout_version = "2.2.0" def swiperefreshlayout_version = "1.1.0"