File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ repositories {
115
115
dependencies {
116
116
117
117
if (useNextStorage) {
118
- def room_version = getVersionOrDefault(' AsyncStorage_next_roomVersion' , ' 2.3.0 ' )
118
+ def room_version = getVersionOrDefault(' AsyncStorage_next_roomVersion' , ' 2.4.2 ' )
119
119
def coroutines_version = " 1.5.2"
120
120
def coroutinesTest_version = " 1.5.2"
121
121
// if we don't provide explicit dependency on reflection, kotlin plugin
Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ AsyncStorage_kotlinVersion=1.5.31
85
85
** Room**
86
86
87
87
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 ` :
89
89
90
90
``` groovy
91
- AsyncStorage_next_roomVersion=2.3.0
91
+ AsyncStorage_next_roomVersion=2.4.2
92
92
```
93
93
94
94
### Notable changes
You can’t perform that action at this time.
0 commit comments