File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
6363 }
6464
6565 composeOptions {
66- kotlinCompilerExtensionVersion ' 1.5.8 '
66+ kotlinCompilerExtensionVersion ' 1.5.10 '
6767 }
6868
6969 packagingOptions {
@@ -99,7 +99,7 @@ dependencies {
9999
100100 implementation " com.google.android.material:material:1.11.0"
101101
102- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 "
102+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
103103
104104 implementation ' androidx.appcompat:appcompat:1.6.1'
105105 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 implementation " androidx.compose.material3:material3-window-size-class:1.2.0"
8686
8787 testImplementation ' junit:junit:4.13.2'
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 {
@@ -138,7 +138,7 @@ dependencies {
138138 androidTestImplementation " androidx.test:rules:1.5.0"
139139 androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1"
140140 androidTestImplementation " androidx.test.ext:junit-ktx:1.1.5"
141- androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3 "
141+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0 "
142142 androidTestImplementation " com.google.dagger:hilt-android:2.50"
143143 androidTestImplementation " com.google.dagger:hilt-android-testing:2.50"
144144 kaptAndroidTest " com.google.dagger:hilt-compiler:2.50"
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 @@ -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 {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
2525 // App dependencies
2626 appCompatVersion = ' 1.6.1'
2727 activityComposeVersion = ' 1.8.2'
28- composeCompilerVersion = ' 1.5.8 '
28+ composeCompilerVersion = ' 1.5.10 '
2929 coreTestingVersion = ' 2.2.0'
3030 coroutinesVersion = " 1.5.2"
3131 espressoVersion = ' 3.5.1'
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 {
@@ -110,7 +110,7 @@ dependencies {
110110 androidTestImplementation " androidx.compose.ui:ui-test"
111111 androidTestImplementation " androidx.compose.ui:ui-test-junit4"
112112
113- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 "
113+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
114114
115115 implementation ' androidx.appcompat:appcompat:1.6.1'
116116 implementation ' androidx.activity:activity-ktx:1.8.2'
You can’t perform that action at this time.
0 commit comments