File tree Expand file tree Collapse file tree 16 files changed +25
-25
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle Expand file tree Collapse file tree 16 files changed +25
-25
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.13 '
66+ kotlinCompilerExtensionVersion ' 1.5.14 '
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.8.0 "
102+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
103103
104104 implementation ' androidx.appcompat:appcompat:1.6.1'
105105 implementation ' androidx.activity:activity-ktx:1.9.0'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222
2323 dependencies {
2424 classpath ' com.android.tools.build:gradle:8.4.0'
25- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23 "
25+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
2626 }
2727}
2828
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.13 '
56+ kotlinCompilerExtensionVersion ' 1.5.14 '
5757 }
5858 packagingOptions {
5959 resources {
@@ -81,7 +81,7 @@ dependencies {
8181 implementation ' androidx.activity:activity-compose:1.9.0'
8282 implementation ' androidx.core:core-ktx:1.13.1'
8383 implementation " androidx.window:window:1.2.0"
84- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
84+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
8585 implementation " androidx.compose.material3:material3-window-size-class:1.2.1"
8686
8787 testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 }
2222 dependencies {
2323 classpath " com.android.tools.build:gradle:8.4.0"
24- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23 "
24+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
2525 }
2626}
2727
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ android {
8484 }
8585
8686 composeOptions {
87- kotlinCompilerExtensionVersion ' 1.5.13 '
87+ kotlinCompilerExtensionVersion ' 1.5.14 '
8888 }
8989
9090 packagingOptions {
@@ -96,7 +96,7 @@ android {
9696}
9797
9898dependencies {
99- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
99+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
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.8.0 "
141+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1 "
142142 androidTestImplementation " com.google.dagger:hilt-android:2.51.1"
143143 androidTestImplementation " com.google.dagger:hilt-android-testing:2.51.1"
144144 kaptAndroidTest " com.google.dagger:hilt-compiler:2.51.1"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
2121 }
2222 dependencies {
2323 classpath " com.android.tools.build:gradle:8.4.0"
24- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23 "
24+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
2525 classpath " com.google.dagger:hilt-android-gradle-plugin:2.51.1"
2626 }
2727}
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.13 '
56+ kotlinCompilerExtensionVersion ' 1.5.14 '
5757 }
5858 packagingOptions {
5959 resources {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 }
2121 dependencies {
2222 classpath " com.android.tools.build:gradle:8.4.0"
23- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23 "
23+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
2424 }
2525}
2626
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.13 '
53+ kotlinCompilerExtensionVersion ' 1.5.14 '
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.8.0 "
87- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0 "
86+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
87+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1 "
8888
8989 // Compose
9090 implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222
2323 dependencies {
2424 classpath " com.android.tools.build:gradle:8.4.0"
25- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23 "
25+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0 "
2626 classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments