From 6c614128a6b4d74f8a5dc3400edaa463d6027694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:20:13 +0000 Subject: [PATCH] Bump com.github.yalantis:ucrop from 2.2.10 to 2.2.11 Bumps [com.github.yalantis:ucrop](https://github.com/Yalantis/uCrop) from 2.2.10 to 2.2.11. - [Release notes](https://github.com/Yalantis/uCrop/releases) - [Commits](https://github.com/Yalantis/uCrop/compare/2.2.10...2.2.11) --- updated-dependencies: - dependency-name: com.github.yalantis:ucrop dependency-version: 2.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... 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 88d61d0a35..bb525665a0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -126,7 +126,7 @@ dependencies { // Third-party implementation("com.journeyapps:zxing-android-embedded:4.3.0@aar") - implementation("com.github.yalantis:ucrop:2.2.10") + implementation("com.github.yalantis:ucrop:2.2.11-native") implementation("com.google.zxing:core:3.5.3") implementation("org.apache.commons:commons-csv:1.9.0") implementation("com.jaredrummler:colorpicker:1.1.0")