File tree 26 files changed +33
-33
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle
26 files changed +33
-33
lines changed 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 {
@@ -114,7 +114,7 @@ dependencies {
114
114
implementation " com.google.accompanist:accompanist-swiperefresh:$accompanist_version "
115
115
implementation " com.google.accompanist:accompanist-systemuicontroller:$accompanist_version "
116
116
117
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 "
117
+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 "
118
118
119
119
implementation ' androidx.appcompat:appcompat:1.6.1'
120
120
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:1.9.24 "
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
86
86
testImplementation ' junit:junit:4.13.2'
87
87
androidTestImplementation ' androidx.test.ext:junit:1.1.5'
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:1.9.24 "
24
24
}
25
25
}
26
26
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 {
@@ -136,7 +136,7 @@ dependencies {
136
136
androidTestImplementation " androidx.test:rules:1.5.0"
137
137
androidTestImplementation " androidx.test.espresso:espresso-core:3.5.1"
138
138
androidTestImplementation " androidx.test.ext:junit-ktx:1.1.5"
139
- androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0 "
139
+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1 "
140
140
androidTestImplementation " com.google.dagger:hilt-android:2.51.1"
141
141
androidTestImplementation " com.google.dagger:hilt-android-testing:2.51.1"
142
142
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:1.9.24 "
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 @@ -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:1.9.24 "
25
25
}
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
40
40
jvmTarget = ' 1.8'
41
41
}
42
42
composeOptions {
43
- kotlinCompilerExtensionVersion ' 1.5.13 '
43
+ kotlinCompilerExtensionVersion ' 1.5.14 '
44
44
}
45
45
}
46
46
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
40
40
jvmTarget = ' 1.8'
41
41
}
42
42
composeOptions {
43
- kotlinCompilerExtensionVersion ' 1.5.13 '
43
+ kotlinCompilerExtensionVersion ' 1.5.14 '
44
44
}
45
45
}
46
46
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 @@ -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:1.9.24 "
25
25
}
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ android {
56
56
compose = true
57
57
}
58
58
composeOptions {
59
- kotlinCompilerExtensionVersion = " 1.5.13 "
59
+ kotlinCompilerExtensionVersion = " 1.5.14 "
60
60
}
61
61
packaging {
62
62
resources {
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:1.9.24 "
25
25
}
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ android {
56
56
compose = true
57
57
}
58
58
composeOptions {
59
- kotlinCompilerExtensionVersion = " 1.5.13 "
59
+ kotlinCompilerExtensionVersion = " 1.5.14 "
60
60
}
61
61
packaging {
62
62
resources {
Original file line number Diff line number Diff line change 17
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
plugins {
19
19
id(" com.android.application" ) version " 8.4.0" apply false
20
- id(" org.jetbrains.kotlin.android" ) version " 1.9.23 " apply false
20
+ id(" org.jetbrains.kotlin.android" ) version " 1.9.24 " apply false
21
21
}
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:1.9.24 "
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:1.9.24 "
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.7"
8
8
media3 = " 1.3.1"
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ android {
76
76
}
77
77
78
78
composeOptions {
79
- kotlinCompilerExtensionVersion ' 1.5.13 '
79
+ kotlinCompilerExtensionVersion ' 1.5.14 '
80
80
}
81
81
82
82
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:1.9.24 "
26
26
}
27
27
}
28
28
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:1.9.24 "
26
26
}
27
27
}
28
28
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
41
41
compose true
42
42
}
43
43
composeOptions {
44
- kotlinCompilerExtensionVersion ' 1.5.13 '
44
+ kotlinCompilerExtensionVersion ' 1.5.14 '
45
45
}
46
46
}
47
47
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:1.9.24 "
25
25
}
26
26
}
27
27
You can’t perform that action at this time.
0 commit comments