瀏覽代碼

Update dependency androidx.datastore:datastore-core to v1.1.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 年之前
父節點
當前提交
6e5755886e
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      app/build.gradle
  2. 1 0
      gradle/verification-metadata.xml

+ 1 - 1
app/build.gradle

@@ -153,7 +153,7 @@ configurations.configureEach {
 
 dependencies {
     implementation 'androidx.preference:preference-ktx:1.2.1'
-    implementation 'androidx.datastore:datastore-core:1.0.0'
+    implementation 'androidx.datastore:datastore-core:1.1.1'
     implementation 'androidx.datastore:datastore-preferences:1.0.0'
     detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")
 	

+ 1 - 0
gradle/verification-metadata.xml

@@ -151,6 +151,7 @@
             <trusting group="androidx.annotation"/>
             <trusting group="androidx.camera"/>
             <trusting group="androidx.core"/>
+            <trusting group="androidx.datastore"/>
             <trusting group="androidx.lifecycle"/>
             <trusting group="androidx.transition" name="transition" version="1.5.0"/>
             <trusting group="^androidx[.]compose($|([.].*))" regex="true"/>