From a2510495bd34b386ee9f01d41ec94f15857e51da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:27:26 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.8.7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 80dd172884..7fac95b0ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -312,7 +312,7 @@ dependencies { implementation 'com.caverock:androidsvg:1.4' implementation 'androidx.annotation:annotation:1.9.1' implementation 'com.vanniktech:emoji-google:0.21.0' - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") // document scanner not available on FDroid (generic) due to OpenCV binaries gplayImplementation project(':appscan')