File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependencies {
111111 implementation " com.google.accompanist:accompanist-swiperefresh:$accompanist_version "
112112 implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
113113
114- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
114+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 "
115115
116116 implementation ' androidx.appcompat:appcompat:1.7.0'
117117 implementation ' androidx.activity:activity-ktx:1.9.2'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ espressoCore = "3.6.1"
77junit = " 4.13.2"
88junitVersion = " 1.2.1"
99kotlin = " 2.0.20"
10- kotlinxCoroutinesAndroid = " 1.8.1 "
10+ kotlinxCoroutinesAndroid = " 1.9.0 "
1111lifecycle = " 2.8.6"
1212window = " 1.3.0"
1313
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ android {
9393}
9494
9595dependencies {
96- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
96+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 "
9797 implementation " com.google.android.libraries.maps:maps:3.1.0-beta"
9898 implementation " com.google.maps.android:maps-v3-ktx:3.4.0"
9999 constraints {
@@ -134,7 +134,7 @@ dependencies {
134134 androidTestImplementation " androidx.test:rules:1.6.1"
135135 androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1"
136136 androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
137- androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1 "
137+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 "
138138 androidTestImplementation " com.google.dagger:hilt-android:2.52"
139139 androidTestImplementation " com.google.dagger:hilt-android-testing:2.52"
140140 kaptAndroidTest " com.google.dagger:hilt-compiler:2.52"
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ dependencies {
8383 implementation " com.github.bumptech.glide:glide:4.16.0"
8484 implementation " com.google.android.material:material:1.12.0"
8585 implementation " com.google.code.gson:gson:2.11.0"
86- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
87- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 "
86+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 "
87+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 "
8888
8989 // Compose
9090 implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dependencies {
107107 androidTestImplementation " androidx.compose.ui:ui-test"
108108 androidTestImplementation " androidx.compose.ui:ui-test-junit4"
109109
110- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
110+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 "
111111
112112 implementation ' androidx.appcompat:appcompat:1.7.0'
113113 implementation ' androidx.activity:activity-ktx:1.9.2'
You can’t perform that action at this time.
0 commit comments