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 8fcc90d commit dceaad2Copy full SHA for dceaad2
app/build.gradle
@@ -103,7 +103,7 @@ android {
103
104
ext {
105
glideVersion = '4.16.0'
106
- roomVersion = "2.7.2"
+ roomVersion = "2.8.0"
107
}
108
109
dependencies {
gradle/verification-metadata.xml
@@ -22,6 +22,7 @@
22
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
23
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
24
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
25
+ <trusting group="androidx.annotation" name="annotation-experimental" version="1.5.0"/>
26
<trusting group="androidx.appcompat"/>
27
<trusting group="androidx.collection"/>
28
<trusting group="androidx.core"/>
0 commit comments