11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
33 ext {
4- kspVersion = ' 1.7.10 -1.0.6'
4+ kspVersion = ' 1.7.20 -1.0.6'
55 }
66 repositories {
77 google()
@@ -29,7 +29,7 @@ task clean(type: Delete) {
2929
3030def provideAndroidXWorkerDeps (project ) {
3131 project. dependencies {
32- implementation " androidx.work:work-runtime-ktx:2.8.0-alpha02 "
32+ implementation " androidx.work:work-runtime-ktx:2.8.0-beta01 "
3333 implementation " androidx.hilt:hilt-work:1.0.0"
3434 kapt " androidx.hilt:hilt-compiler:1.0.0"
3535 }
@@ -43,13 +43,12 @@ def provideHiltDeps(project) {
4343 }
4444}
4545
46- // Will later migrate to Ktor 2.0
4746def provideKtorAndroidDeps (project ) {
4847 project. dependencies {
49- implementation " io.ktor:ktor-client-android:2.0.3 "
50- implementation " io.ktor:ktor-client-serialization:2.0.3 "
51- implementation " io.ktor:ktor-client-content-negotiation:2.0.3 "
52- implementation " io.ktor:ktor-serialization-kotlinx-json:2.0.3 "
48+ implementation " io.ktor:ktor-client-android:2.1.2 "
49+ implementation " io.ktor:ktor-client-serialization:2.1.2 "
50+ implementation " io.ktor:ktor-client-content-negotiation:2.1.2 "
51+ implementation " io.ktor:ktor-serialization-kotlinx-json:2.1.2 "
5352 }
5453}
5554
@@ -58,19 +57,19 @@ def provideUnitTestDeps(project) {
5857 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" )
5958 testImplementation(" com.google.truth:truth:1.1.3" )
6059 testImplementation(" junit:junit:4.13.2" )
61- testImplementation(" app.cash.turbine:turbine:0.8 .0" )
62- testImplementation(" io.mockk:mockk:1.12.5 " )
60+ testImplementation(" app.cash.turbine:turbine:0.11 .0" )
61+ testImplementation(" io.mockk:mockk:1.13.2 " )
6362 }
6463}
6564
6665def provideUiTestDeps (project ) {
6766 project. dependencies {
68- androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.3.0-alpha02 "
67+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.3.0-rc01 "
6968 androidTestImplementation " androidx.test.ext:junit:1.1.4-alpha07"
7069 androidTestImplementation " androidx.test.espresso:espresso-core:3.5.0-alpha07"
71- androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.2.0 "
70+ androidTestImplementation " androidx.compose.ui:ui-test-junit4:1.2.1 "
7271 androidTestImplementation " com.google.truth:truth:1.1.3"
73- debugImplementation " androidx.compose.ui:ui-test-manifest:1.3.0-alpha02 "
72+ debugImplementation " androidx.compose.ui:ui-test-manifest:1.3.0-rc01 "
7473 }
7574}
7675
0 commit comments