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 {
63
63
}
64
64
65
65
composeOptions {
66
- kotlinCompilerExtensionVersion ' 1.5.13 '
66
+ kotlinCompilerExtensionVersion ' 1.5.14 '
67
67
}
68
68
69
69
packagingOptions {
@@ -99,7 +99,7 @@ dependencies {
99
99
100
100
implementation " com.google.android.material:material:1.11.0"
101
101
102
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
102
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
103
103
104
104
implementation ' androidx.appcompat:appcompat:1.6.1'
105
105
implementation ' androidx.activity:activity-ktx:1.9.0'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
22
22
23
23
dependencies {
24
24
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 "
26
26
}
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
53
53
compose true
54
54
}
55
55
composeOptions {
56
- kotlinCompilerExtensionVersion ' 1.5.13 '
56
+ kotlinCompilerExtensionVersion ' 1.5.14 '
57
57
}
58
58
packagingOptions {
59
59
resources {
@@ -81,7 +81,7 @@ dependencies {
81
81
implementation ' androidx.activity:activity-compose:1.9.0'
82
82
implementation ' androidx.core:core-ktx:1.13.1'
83
83
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 "
85
85
implementation " androidx.compose.material3:material3-window-size-class:1.2.1"
86
86
87
87
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
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 "
25
25
}
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ android {
84
84
}
85
85
86
86
composeOptions {
87
- kotlinCompilerExtensionVersion ' 1.5.13 '
87
+ kotlinCompilerExtensionVersion ' 1.5.14 '
88
88
}
89
89
90
90
packagingOptions {
@@ -96,7 +96,7 @@ android {
96
96
}
97
97
98
98
dependencies {
99
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
99
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
100
100
implementation " com.google.android.libraries.maps:maps:3.1.0-beta"
101
101
implementation " com.google.maps.android:maps-v3-ktx:3.4.0"
102
102
constraints {
@@ -138,7 +138,7 @@ dependencies {
138
138
androidTestImplementation " androidx.test:rules:1.5.0"
139
139
androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1"
140
140
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 "
142
142
androidTestImplementation " com.google.dagger:hilt-android:2.51.1"
143
143
androidTestImplementation " com.google.dagger:hilt-android-testing:2.51.1"
144
144
kaptAndroidTest " com.google.dagger:hilt-compiler:2.51.1"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
21
21
}
22
22
dependencies {
23
23
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 "
25
25
classpath " com.google.dagger:hilt-android-gradle-plugin:2.51.1"
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
53
53
compose true
54
54
}
55
55
composeOptions {
56
- kotlinCompilerExtensionVersion ' 1.5.13 '
56
+ kotlinCompilerExtensionVersion ' 1.5.14 '
57
57
}
58
58
packagingOptions {
59
59
resources {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
}
21
21
dependencies {
22
22
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 "
24
24
}
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
50
50
compose true
51
51
}
52
52
composeOptions {
53
- kotlinCompilerExtensionVersion ' 1.5.13 '
53
+ kotlinCompilerExtensionVersion ' 1.5.14 '
54
54
}
55
55
packagingOptions {
56
56
// Multiple dependency bring these files in. Exclude them to enable
@@ -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.11.0"
85
85
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 "
88
88
89
89
// Compose
90
90
implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
22
22
23
23
dependencies {
24
24
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 "
26
26
classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7"
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments