File tree Expand file tree Collapse file tree 25 files changed +41
-41
lines changed
AdvancedStateAndSideEffectsCodelab Expand file tree Collapse file tree 25 files changed +41
-41
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ android {
90
90
}
91
91
92
92
dependencies {
93
- def composeBom = platform(' androidx.compose:compose-bom:2024.04.01 ' )
93
+ def composeBom = platform(' androidx.compose:compose-bom:2024.05.00 ' )
94
94
implementation(composeBom)
95
95
testImplementation(composeBom)
96
96
androidTestImplementation(composeBom)
@@ -118,7 +118,7 @@ dependencies {
118
118
119
119
implementation ' androidx.appcompat:appcompat:1.6.1'
120
120
implementation ' androidx.activity:activity-ktx:1.9.0'
121
- implementation ' androidx.core:core-ktx:1.13.0 '
121
+ implementation ' androidx.core:core-ktx:1.13.1 '
122
122
implementation " androidx.activity:activity-compose:1.9.0"
123
123
124
124
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
21
21
}
22
22
23
23
dependencies {
24
- classpath ' com.android.tools.build:gradle:8.3.2 '
24
+ classpath ' com.android.tools.build:gradle:8.4.0 '
25
25
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ android {
65
65
dependencies {
66
66
67
67
68
- def composeBom = platform(' androidx.compose:compose-bom:2024.04.01 ' )
68
+ def composeBom = platform(' androidx.compose:compose-bom:2024.05.00 ' )
69
69
implementation(composeBom)
70
70
androidTestImplementation(composeBom)
71
71
@@ -79,7 +79,7 @@ dependencies {
79
79
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0"
80
80
implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"
81
81
implementation ' androidx.activity:activity-compose:1.9.0'
82
- implementation ' androidx.core:core-ktx:1.13.0 '
82
+ implementation ' androidx.core:core-ktx:1.13.1 '
83
83
implementation " androidx.window:window:1.2.0"
84
84
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0"
85
85
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
mavenCentral()
20
20
}
21
21
dependencies {
22
- classpath " com.android.tools.build:gradle:8.3.2 "
22
+ classpath " com.android.tools.build:gradle:8.4.0 "
23
23
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
24
24
}
25
25
}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ dependencies {
109
109
implementation " androidx.activity:activity-compose:1.9.0"
110
110
implementation " androidx.appcompat:appcompat:1.6.1"
111
111
112
- def composeBom = platform(' androidx.compose:compose-bom:2024.04.01 ' )
112
+ def composeBom = platform(' androidx.compose:compose-bom:2024.05.00 ' )
113
113
implementation(composeBom)
114
114
androidTestImplementation(composeBom)
115
115
implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
mavenCentral()
21
21
}
22
22
dependencies {
23
- classpath " com.android.tools.build:gradle:8.3.2 "
23
+ classpath " com.android.tools.build:gradle:8.4.0 "
24
24
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
25
25
classpath " com.google.dagger:hilt-android-gradle-plugin:2.51.1"
26
26
}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
mavenCentral()
21
21
}
22
22
dependencies {
23
- classpath ' com.android.tools.build:gradle:8.3.2 '
23
+ classpath ' com.android.tools.build:gradle:8.4.0 '
24
24
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22"
25
25
}
26
26
}
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ android {
45
45
}
46
46
47
47
dependencies {
48
- def composeBom = platform(' androidx.compose:compose-bom:2024.04.01 ' )
48
+ def composeBom = platform(' androidx.compose:compose-bom:2024.05.00 ' )
49
49
implementation(composeBom)
50
50
51
51
implementation ' androidx.activity:activity-compose:1.9.0'
52
- implementation ' androidx.core:core-ktx:1.13.0 '
52
+ implementation ' androidx.core:core-ktx:1.13.1 '
53
53
implementation " androidx.compose.ui:ui"
54
54
implementation " androidx.compose.material3:material3"
55
55
implementation " androidx.compose.ui:ui-tooling-preview"
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ android {
45
45
}
46
46
47
47
dependencies {
48
- def composeBom = platform(' androidx.compose:compose-bom:2024.04.01 ' )
48
+ def composeBom = platform(' androidx.compose:compose-bom:2024.05.00 ' )
49
49
implementation(composeBom)
50
50
51
51
implementation ' androidx.activity:activity-compose:1.9.0'
52
- implementation ' androidx.core:core-ktx:1.13.0 '
52
+ implementation ' androidx.core:core-ktx:1.13.1 '
53
53
implementation " androidx.compose.ui:ui"
54
54
implementation " androidx.compose.material3:material3"
55
55
implementation " androidx.compose.ui:ui-tooling-preview"
Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ android {
63
63
}
64
64
65
65
dependencies {
66
- def composeBom = platform(' androidx.compose:compose-bom:2024.04.01 ' )
66
+ def composeBom = platform(' androidx.compose:compose-bom:2024.05.00 ' )
67
67
implementation(composeBom)
68
68
androidTestImplementation(composeBom)
69
69
70
- implementation ' androidx.core:core-ktx:1.13.0 '
70
+ implementation ' androidx.core:core-ktx:1.13.1 '
71
71
implementation " androidx.compose.ui:ui"
72
72
implementation ' androidx.compose.material3:material3'
73
73
implementation ' androidx.compose.material3:material3-window-size-class:1.2.1'
You can’t perform that action at this time.
0 commit comments