Skip to content

Commit 7e00452

Browse files
Bump room to 2.4.2, allowing arm64 jdk compile
Starting with room 2.4.0-alpha03 arm64 is supported allowing native compile with a arm64 jdk.
1 parent 2c2cc6d commit 7e00452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ repositories {
115115
dependencies {
116116

117117
if (useNextStorage) {
118-
def room_version = getVersionOrDefault('AsyncStorage_next_roomVersion', '2.3.0')
118+
def room_version = getVersionOrDefault('AsyncStorage_next_roomVersion', '2.4.2')
119119
def coroutines_version = "1.5.2"
120120
def coroutinesTest_version = "1.5.2"
121121
// if we don't provide explicit dependency on reflection, kotlin plugin

0 commit comments

Comments
 (0)