소스 검색

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>
renovate[bot] 6 달 전
부모
커밋
a2510495bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle

+ 1 - 1
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')