Merge pull request #14885 from nextcloud/renovate/androidx.lifecycle-lifecycle-runtime-ktx-2.x

fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.1
This commit is contained in:
Andy Scherzinger 2025-06-11 23:14:54 +02:00 committed by GitHub
commit 11bd70f078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -338,7 +338,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.7")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.1")
// document scanner not available on FDroid (generic) due to OpenCV binaries
gplayImplementation project(":appscan")