File tree Expand file tree Collapse file tree 13 files changed +20
-20
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 13 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ android {
8080 }
8181
8282 composeOptions {
83- kotlinCompilerExtensionVersion ' 1.5.8 '
83+ kotlinCompilerExtensionVersion ' 1.5.10 '
8484 }
8585
8686 packagingOptions {
@@ -114,7 +114,7 @@ dependencies {
114114 implementation " com.google.accompanist:accompanist-swiperefresh:$accompanist_version "
115115 implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
116116
117- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 "
117+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
118118
119119 implementation ' androidx.appcompat:appcompat:1.6.1'
120120 implementation ' androidx.activity:activity-ktx:1.8.2'
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
5353 compose true
5454 }
5555 composeOptions {
56- kotlinCompilerExtensionVersion ' 1.5.8 '
56+ kotlinCompilerExtensionVersion ' 1.5.10 '
5757 }
5858 packagingOptions {
5959 resources {
@@ -81,7 +81,7 @@ dependencies {
8181 implementation ' androidx.activity:activity-compose:1.8.2'
8282 implementation ' androidx.core:core-ktx:1.12.0'
8383 implementation " androidx.window:window:1.2.0"
84- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 "
84+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
8585
8686 testImplementation ' junit:junit:4.13.2'
8787 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ android {
8484 }
8585
8686 composeOptions {
87- kotlinCompilerExtensionVersion ' 1.5.8 '
87+ kotlinCompilerExtensionVersion ' 1.5.10 '
8888 }
8989
9090 packagingOptions {
@@ -96,7 +96,7 @@ android {
9696}
9797
9898dependencies {
99- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 "
99+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
100100 implementation " com.google.android.libraries.maps:maps:3.1.0-beta"
101101 implementation " com.google.maps.android:maps-v3-ktx:3.4.0"
102102 constraints {
@@ -136,7 +136,7 @@ dependencies {
136136 androidTestImplementation " androidx.test:rules:1.5.0"
137137 androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1"
138138 androidTestImplementation " androidx.test.ext:junit-ktx:1.1.5"
139- androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3 "
139+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0 "
140140 androidTestImplementation " com.google.dagger:hilt-android:2.50"
141141 androidTestImplementation " com.google.dagger:hilt-android-testing:2.50"
142142 kaptAndroidTest " com.google.dagger:hilt-compiler:2.50"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
4040 jvmTarget = ' 1.8'
4141 }
4242 composeOptions {
43- kotlinCompilerExtensionVersion ' 1.5.8 '
43+ kotlinCompilerExtensionVersion ' 1.5.10 '
4444 }
4545}
4646
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
4040 jvmTarget = ' 1.8'
4141 }
4242 composeOptions {
43- kotlinCompilerExtensionVersion ' 1.5.8 '
43+ kotlinCompilerExtensionVersion ' 1.5.10 '
4444 }
4545}
4646
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
5353 compose true
5454 }
5555 composeOptions {
56- kotlinCompilerExtensionVersion ' 1.5.8 '
56+ kotlinCompilerExtensionVersion ' 1.5.10 '
5757 }
5858 packagingOptions {
5959 resources {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ android {
5656 compose = true
5757 }
5858 composeOptions {
59- kotlinCompilerExtensionVersion = " 1.5.8 "
59+ kotlinCompilerExtensionVersion = " 1.5.10 "
6060 }
6161 packaging {
6262 resources {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ android {
5656 compose = true
5757 }
5858 composeOptions {
59- kotlinCompilerExtensionVersion = " 1.5.8 "
59+ kotlinCompilerExtensionVersion = " 1.5.10 "
6060 }
6161 packaging {
6262 resources {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
5050 compose true
5151 }
5252 composeOptions {
53- kotlinCompilerExtensionVersion ' 1.5.8 '
53+ kotlinCompilerExtensionVersion ' 1.5.10 '
5454 }
5555 packagingOptions {
5656 // Multiple dependency bring these files in. Exclude them to enable
@@ -83,8 +83,8 @@ dependencies {
8383 implementation " com.github.bumptech.glide:glide:4.16.0"
8484 implementation " com.google.android.material:material:1.11.0"
8585 implementation " com.google.code.gson:gson:2.10.1"
86- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 "
87- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3 "
86+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
87+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 "
8888
8989 // Compose
9090 implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ android {
6969 }
7070
7171 composeOptions {
72- kotlinCompilerExtensionVersion ' 1.5.8 '
72+ kotlinCompilerExtensionVersion ' 1.5.10 '
7373 }
7474
7575 packagingOptions {
You can’t perform that action at this time.
0 commit comments