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 37ed669 commit f175d05Copy full SHA for f175d05
build.gradle
@@ -27,7 +27,7 @@ buildscript {
27
mockitoKotlinVersion = "4.1.0"
28
mockkVersion = "1.14.5"
29
prismVersion = "2.0.0"
30
- roomVersion = "2.8.0"
+ roomVersion = "2.8.1"
31
workRuntime = "2.10.3"
32
33
ciBuild = System.getenv("CI") == "true"
gradle/libs.versions.toml
@@ -59,7 +59,7 @@ playServicesBaseVersion = "18.8.0"
59
60
qrcodescannerVersion = "0.1.2.4"
61
reviewKtxVersion = "2.0.2"
62
-roomVersion = "2.8.0"
+roomVersion = "2.8.1"
63
screengrabVersion = "2.1.1"
64
sectionedRecyclerviewVersion = "0.6.1"
65
shotVersion = "6.1.0"
0 commit comments