File tree 1 file changed +7
-4
lines changed
packages/default-storage/android
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
import java.nio.file.Paths
2
2
3
- def DEFAULT_KOTLIN_VERSION = " 1.9.20 "
4
- def DEFAULT_ROOM_VERSION = " 2.4.3 "
3
+ def DEFAULT_KOTLIN_VERSION = " 1.9.23 "
4
+ def DEFAULT_ROOM_VERSION = " 2.6.1 "
5
5
6
6
def kotlinVersion = getKotlinVersion(DEFAULT_KOTLIN_VERSION )
7
7
@@ -19,8 +19,8 @@ project.ext.AsyncStorageConfig = [
19
19
]
20
20
21
21
project.ext.AsyncStorageLibs = [
22
- coroutines : " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 " ,
23
- testCoroutines : " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3 " ,
22
+ coroutines : " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 " ,
23
+ testCoroutines : " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0 " ,
24
24
testJunit : " junit:junit:4.13.2" ,
25
25
testRunner : " androidx.test:runner:1.4.0" ,
26
26
testRules : " androidx.test:rules:1.4.0" ,
@@ -54,6 +54,9 @@ String getKspVersion(String kotlinVersion) {
54
54
}
55
55
// https://github.com/google/ksp/releases
56
56
def kspVersions = [
57
+ " 1.9.23-1.0.20" ,
58
+ " 1.9.22-1.0.17" ,
59
+ " 1.9.21-1.0.16" ,
57
60
" 1.9.20-1.0.14" ,
58
61
" 1.9.10-1.0.13" ,
59
62
" 1.9.0-1.0.13" ,
You can’t perform that action at this time.
0 commit comments