mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 06:35:48 +03:00
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>
This commit is contained in:
parent
a6a3197b78
commit
a2510495bd
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ dependencies {
|
||||||
implementation 'com.caverock:androidsvg:1.4'
|
implementation 'com.caverock:androidsvg:1.4'
|
||||||
implementation 'androidx.annotation:annotation:1.9.1'
|
implementation 'androidx.annotation:annotation:1.9.1'
|
||||||
implementation 'com.vanniktech:emoji-google:0.21.0'
|
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
|
// document scanner not available on FDroid (generic) due to OpenCV binaries
|
||||||
gplayImplementation project(':appscan')
|
gplayImplementation project(':appscan')
|
||||||
|
|
Loading…
Reference in a new issue