Skip to content

Commit b65b756

Browse files
Update kotlin to 1.6.10 to avoid build warnings
1 parent 7e00452 commit b65b756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)