File tree 5 files changed +7
-7
lines changed
AdvancedStateAndSideEffectsCodelab/app
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependencies {
111
111
implementation " com.google.accompanist:accompanist-swiperefresh:$accompanist_version "
112
112
implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
113
113
114
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9 .0"
114
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10 .0"
115
115
116
116
implementation ' androidx.appcompat:appcompat:1.7.0'
117
117
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"
7
7
junit = " 4.13.2"
8
8
junitVersion = " 1.2.1"
9
9
kotlin = " 2.1.0"
10
- kotlinxCoroutinesAndroid = " 1.9 .0"
10
+ kotlinxCoroutinesAndroid = " 1.10 .0"
11
11
lifecycle = " 2.8.7"
12
12
window = " 1.3.0"
13
13
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ android {
93
93
}
94
94
95
95
dependencies {
96
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9 .0"
96
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10 .0"
97
97
implementation " com.google.android.libraries.maps:maps:3.1.0-beta"
98
98
implementation " com.google.maps.android:maps-v3-ktx:3.4.0"
99
99
constraints {
@@ -134,7 +134,7 @@ dependencies {
134
134
androidTestImplementation " androidx.test:rules:1.6.1"
135
135
androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1"
136
136
androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
137
- androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9 .0"
137
+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10 .0"
138
138
androidTestImplementation " com.google.dagger:hilt-android:2.53.1"
139
139
androidTestImplementation " com.google.dagger:hilt-android-testing:2.53.1"
140
140
kaptAndroidTest " com.google.dagger:hilt-compiler:2.53.1"
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ dependencies {
83
83
implementation " com.github.bumptech.glide:glide:4.16.0"
84
84
implementation " com.google.android.material:material:1.12.0"
85
85
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 .0"
87
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10 .0"
88
88
89
89
// Compose
90
90
implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dependencies {
107
107
androidTestImplementation " androidx.compose.ui:ui-test"
108
108
androidTestImplementation " androidx.compose.ui:ui-test-junit4"
109
109
110
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9 .0"
110
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10 .0"
111
111
112
112
implementation ' androidx.appcompat:appcompat:1.7.0'
113
113
implementation ' androidx.activity:activity-ktx:1.9.3'
You can’t perform that action at this time.
0 commit comments