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 @@ -94,7 +94,7 @@ dependencies {
9494 implementation " com.google.accompanist:accompanist-swiperefresh:$accompanist_version "
9595 implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
9696
97- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 "
97+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 "
9898
9999 implementation ' androidx.appcompat:appcompat:1.7.0'
100100 implementation ' androidx.activity:activity-ktx:1.9.3'
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.1.0"
10- kotlinxCoroutinesAndroid = " 1.9.0 "
10+ kotlinxCoroutinesAndroid = " 1.10.1 "
1111lifecycle = " 2.8.7"
1212material3Adaptive = " 1.0.0"
1313material3AdaptiveNavSuite = " 1.3.1"
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.9.0 "
96+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 "
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 {
@@ -136,7 +136,7 @@ dependencies {
136136 androidTestImplementation " androidx.test:rules:1.6.1"
137137 androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1"
138138 androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
139- androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0 "
139+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 "
140140 androidTestImplementation " com.google.dagger:hilt-android:2.53.1"
141141 androidTestImplementation " com.google.dagger:hilt-android-testing:2.53.1"
142142 kaptAndroidTest " com.google.dagger:hilt-compiler:2.53.1"
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.9.0 "
87- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 "
86+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 "
87+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1 "
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.9.0 "
110+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 "
111111
112112 implementation ' androidx.appcompat:appcompat:1.7.0'
113113 implementation ' androidx.activity:activity-ktx:1.9.3'
You can’t perform that action at this time.
0 commit comments