We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36d586 commit b5031a2Copy full SHA for b5031a2
2 files changed
app/build.gradle.kts
@@ -36,7 +36,7 @@ val materialDialogsVersion = "3.3.0"
36
val parcelerVersion = "1.1.13"
37
val retrofit2Version = "3.0.0"
38
val roomVersion = "2.8.4"
39
-val workVersion = "2.11.1"
+val workVersion = "2.11.2"
40
val espressoVersion = "3.7.0"
41
val androidxTestVersion = "1.5.0"
42
val media3Version = "1.9.3"
gradle/verification-metadata.xml
@@ -44,6 +44,7 @@
44
<trusting group="androidx.databinding"/>
45
<trusting group="androidx.datastore"/>
46
<trusting group="androidx.media3"/>
47
+ <trusting group="androidx.work"/>
48
<trusting group="^androidx[.]camera($|([.].*))" regex="true"/>
49
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
50
<trusting group="^com[.]android($|([.].*))" regex="true"/>
0 commit comments