File tree 16 files changed +25
-25
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle
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
}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ android {
69
69
}
70
70
71
71
composeOptions {
72
- kotlinCompilerExtensionVersion ' 1.5.13 '
72
+ kotlinCompilerExtensionVersion ' 1.5.14 '
73
73
}
74
74
75
75
packagingOptions {
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 2
2
coil = " 2.6.0"
3
3
com-android-application = " 8.3.2"
4
4
desugar_jdk_libs = " 2.0.4"
5
- kotlinx-datetime = " 0.5 .0"
5
+ kotlinx-datetime = " 0.6 .0"
6
6
lifecycle-viewmodel-compose = " 2.7.0"
7
7
material-icons-core = " 1.6.6"
8
8
media3 = " 1.3.1"
9
- org-jetbrains-kotlin-android = " 2.0.0-RC2 "
9
+ org-jetbrains-kotlin-android = " 2.0.0"
10
10
core-ktx = " 1.13.0"
11
11
junit = " 4.13.2"
12
12
androidx-test-ext-junit = " 1.1.5"
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ buildscript {
25
25
// App dependencies
26
26
appCompatVersion = ' 1.6.1'
27
27
activityComposeVersion = ' 1.9.0'
28
- composeCompilerVersion = ' 1.5.13 '
28
+ composeCompilerVersion = ' 1.5.14 '
29
29
coreTestingVersion = ' 2.2.0'
30
30
coroutinesVersion = " 1.5.2"
31
31
espressoVersion = ' 3.5.1'
32
32
fragmentVersion = ' 1.7.0'
33
33
junitVersion = ' 4.13.1'
34
- kotlinVersion = ' 1.9.23 '
34
+ kotlinVersion = ' 2.0.0 '
35
35
ktlintVersion = ' 0.48.2'
36
36
ktxVersion = ' 1.13.1'
37
37
lifecycleVersion = ' 2.3.0'
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ android {
80
80
}
81
81
82
82
composeOptions {
83
- kotlinCompilerExtensionVersion ' 1.5.13 '
83
+ kotlinCompilerExtensionVersion ' 1.5.14 '
84
84
}
85
85
86
86
packagingOptions {
@@ -110,7 +110,7 @@ dependencies {
110
110
androidTestImplementation " androidx.compose.ui:ui-test"
111
111
androidTestImplementation " androidx.compose.ui:ui-test-junit4"
112
112
113
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
113
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
114
114
115
115
implementation ' androidx.appcompat:appcompat:1.6.1'
116
116
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
You can’t perform that action at this time.
0 commit comments