11[versions ]
2- kotlinTestVersion = " 1.6.21"
3- androidAppCompatVersion = " 1.2.0"
4- materialDesignVersion = " 1.0.0"
5- androidLifecycleVersion = " 2.1.0"
6- androidCoreTestingVersion = " 1.3.0"
7- testJUnitExtVersion = " 1.1.2"
8- quickjsVersion = " 0.9.2"
9- coroutinesVersion = " 1.6.0-native-mt"
10- kotlinxSerializationVersion = " 1.3.3"
2+ kotlinTestVersion = " 1.9.25"
3+ androidAppCompatVersion = " 1.7.1"
4+ materialDesignVersion = " 1.13.0"
5+ androidLifecycleVersion = " 2.2.0"
6+ androidCoreTestingVersion = " 1.7.0"
7+ testJUnitExtVersion = " 1.3.0"
8+ coroutinesVersion = " 1.8.1"
9+ kotlinxSerializationVersion = " 1.6.3"
1110mokoTestVersion = " 0.6.1"
12- mokoJavascriptVersion = " 0.3.0"
11+ mokoJavascriptVersion = " 0.4.0"
12+ ziplineVersion = " 1.23.0"
1313
1414
1515[libraries ]
@@ -21,7 +21,7 @@ testRunner = { module = "androidx.test:runner", version.ref = "androidCoreTestin
2121testRules = { module = " androidx.test:rules" , version.ref = " androidCoreTestingVersion" }
2222testJUnitExt = { module = " androidx.test.ext:junit" , version.ref = " testJUnitExtVersion" }
2323testJUnitExtKtx = { module = " androidx.test.ext:junit-ktx" , version.ref = " testJUnitExtVersion" }
24- quickjs = { module = " app.cash.quickjs:quickjs -android" , version.ref = " quickjsVersion " }
24+ ziplineAndroid = { module = " app.cash.zipline:zipline -android" , version.ref = " ziplineVersion " }
2525coroutines = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-core" , version.ref = " coroutinesVersion" }
2626kotlinSerialization = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinxSerializationVersion" }
2727kotlinTest = { module = " org.jetbrains.kotlin:kotlin-test-common" , version.ref = " kotlinTestVersion" }
0 commit comments