From 655a487ce23c1b018c8d9810e7c1968d51927948 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 18 Jun 2026 18:08:21 -0400 Subject: [PATCH 1/2] raise dependabot pull requests limit --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 797a0703d..8cbf5aa3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,10 @@ updates: schedule: interval: daily target-branch: main + open-pull-requests-limit: 20 - package-ecosystem: gradle directory: "/" schedule: interval: daily target-branch: main + open-pull-requests-limit: 20 From efc8950a2f2e3ec2785eeb37a1d3258ce10d20c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:10:06 +0000 Subject: [PATCH 2/2] Bump androidx.core:core-ktx from 1.17.0 to 1.19.0 Bumps androidx.core:core-ktx from 1.17.0 to 1.19.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bb959ad15..a66b3215f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -93,7 +93,7 @@ dependencies { 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.core:core-ktx:1.17.0") + implementation("androidx.core:core-ktx:1.19.0") val cameraVersion = "1.6.0-alpha01" implementation("androidx.camera:camera-core:$cameraVersion")