File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildscript {
39
39
? rootProject. ext[' kotlinVersion' ]
40
40
: rootProject. hasProperty(' AsyncStorage_kotlinVersion' )
41
41
? rootProject. properties[' AsyncStorage_kotlinVersion' ]
42
- : ' 1.5.31 '
42
+ : ' 1.6.10 '
43
43
44
44
repositories {
45
45
google()
@@ -116,8 +116,8 @@ dependencies {
116
116
117
117
if (useNextStorage) {
118
118
def room_version = getVersionOrDefault(' AsyncStorage_next_roomVersion' , ' 2.4.2' )
119
- def coroutines_version = " 1.5.2 "
120
- def coroutinesTest_version = " 1.5.2 "
119
+ def coroutines_version = " 1.6.0 "
120
+ def coroutinesTest_version = " 1.6.0 "
121
121
// if we don't provide explicit dependency on reflection, kotlin plugin
122
122
// would add one automatically, probably a version that is not compatible with
123
123
// used kotlin
You can’t perform that action at this time.
0 commit comments