build: downgrade room to 2.6.1 to avoid crash caused by bug
authorDa Risk <da_risk@geekorum.com>
Fri, 09 May 2025 16:11:26 -0400
changeset 1323 42a650632ee0
parent 1322 a026c602e97e
child 1324 bc2092d25f4e
build: downgrade room to 2.6.1 to avoid crash caused by bug
gradle/libs.versions.toml
--- a/gradle/libs.versions.toml	Fri May 09 14:44:25 2025 -0400
+++ b/gradle/libs.versions.toml	Fri May 09 16:11:26 2025 -0400
@@ -38,7 +38,8 @@
 androidx-navigation = "2.9.0"
 androidx-paging = "3.3.6"
 androidx-preferences = "1.2.1"
-androidx-room = "2.7.1"
+# stay on 2.6.x until https://issuetracker.google.com/issues/413924560 is fixed
+androidx-room = "2.6.1"
 androidx-startup = "1.2.0"
 androidx-work = "2.10.1"
 android-material = "1.12.0"