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 {
3939 ? rootProject. ext[' kotlinVersion' ]
4040 : rootProject. hasProperty(' AsyncStorage_kotlinVersion' )
4141 ? rootProject. properties[' AsyncStorage_kotlinVersion' ]
42- : ' 1.5.31 '
42+ : ' 1.6.10 '
4343
4444 repositories {
4545 google()
@@ -116,8 +116,8 @@ dependencies {
116116
117117 if (useNextStorage) {
118118 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 "
121121 // if we don't provide explicit dependency on reflection, kotlin plugin
122122 // would add one automatically, probably a version that is not compatible with
123123 // used kotlin
You can’t perform that action at this time.
0 commit comments