From 66b850c679da95d27cbb13aeec9e100896581b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:23:38 +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 d7fe76843e..5564e20960 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.1.4" def swiperefreshlayout_version = "1.1.0"