Skip to content

Commit cabe1f6

Browse files
committed
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 cabe1f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
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

website/docs/advanced/Next.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ AsyncStorage_kotlinVersion=1.5.31
8585
**Room**
8686

8787
Next AsyncStorage uses [Room persistence library](https://developer.android.com/jetpack/androidx/releases/room) to store data.
88-
Currently, tested version is `2.3.0`. You can specify different version, by adding a flag to `gradle.properties`:
88+
Currently, tested version is `2.4.2`. You can specify different version, by adding a flag to `gradle.properties`:
8989

9090
```groovy
91-
AsyncStorage_next_roomVersion=2.3.0
91+
AsyncStorage_next_roomVersion=2.4.2
9292
```
9393

9494
### Notable changes

0 commit comments

Comments
 (0)