From 53ec7704c2112cb4a7783355cfff82f27e690836 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Mon, 29 Nov 2021 13:45:43 -0500 Subject: [PATCH] [#333] Room 2.4.0-beta02 The beta version fixes compatibility issues with building on Apple Silicon. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 61070c14..f055f062 100644 --- a/gradle.properties +++ b/gradle.properties @@ -79,7 +79,7 @@ ANDROIDX_LIFECYCLE_VERSION=2.4.0 ANDROIDX_MULTIDEX_VERSION=2.0.1 ANDROIDX_NAVIGATION_VERSION=2.3.5 ANDROIDX_PAGING_VERSION=2.1.2 -ANDROIDX_ROOM_VERSION=2.3.0 +ANDROIDX_ROOM_VERSION=2.4.0-beta02 ANDROIDX_TEST_JUNIT_VERSION=1.1.3 ANDROIDX_TEST_ORCHESTRATOR_VERSION=1.1.0-alpha1 ANDROIDX_TEST_VERSION=1.4.0