File tree 27 files changed +34
-34
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle
27 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ android {
87
87
}
88
88
89
89
dependencies {
90
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
90
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
91
91
implementation(composeBom)
92
92
testImplementation(composeBom)
93
93
androidTestImplementation(composeBom)
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
androidGradlePlugin = " 8.10.0"
3
- composeBom = " 2025.05.00 "
3
+ composeBom = " 2025.05.01 "
4
4
coreKtx = " 1.16.0"
5
5
activityCompose = " 1.10.1"
6
6
espressoCore = " 3.6.1"
@@ -9,7 +9,7 @@ junitVersion = "1.2.1"
9
9
kotlin = " 2.1.10"
10
10
kotlinxCoroutinesAndroid = " 1.10.1"
11
11
lifecycle = " 2.9.0"
12
- window = " 1.3 .0"
12
+ window = " 1.4 .0"
13
13
14
14
[libraries ]
15
15
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " activityCompose" }
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dependencies {
107
107
implementation " androidx.appcompat:appcompat:1.7.0"
108
108
implementation " androidx.tracing:tracing:1.3.0"
109
109
110
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
110
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
111
111
implementation(composeBom)
112
112
androidTestImplementation(composeBom)
113
113
implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
}
44
44
45
45
dependencies {
46
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
46
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
47
47
implementation(composeBom)
48
48
49
49
implementation ' androidx.activity:activity-compose:1.10.1'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
}
44
44
45
45
dependencies {
46
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
46
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
47
47
implementation(composeBom)
48
48
49
49
implementation ' androidx.activity:activity-compose:1.10.1'
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
61
61
}
62
62
63
63
dependencies {
64
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
64
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
65
65
implementation(composeBom)
66
66
androidTestImplementation(composeBom)
67
67
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ dependencies {
68
68
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.0" )
69
69
implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0" )
70
70
implementation(" androidx.activity:activity-compose:1.10.1" )
71
- implementation(platform(" androidx.compose:compose-bom:2025.05.00 " ))
71
+ implementation(platform(" androidx.compose:compose-bom:2025.05.01 " ))
72
72
implementation(" androidx.compose.ui:ui" )
73
73
implementation(" androidx.compose.ui:ui-graphics" )
74
74
implementation(" androidx.compose.ui:ui-tooling-preview" )
75
75
implementation(" androidx.compose.material3:material3" )
76
76
testImplementation(" junit:junit:4.13.2" )
77
77
androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
78
78
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
79
- androidTestImplementation(platform(" androidx.compose:compose-bom:2025.05.00 " ))
79
+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.05.01 " ))
80
80
androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
81
81
debugImplementation(" androidx.compose.ui:ui-tooling" )
82
82
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
67
67
implementation(" androidx.core:core-ktx:1.16.0" )
68
68
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.0" )
69
69
implementation(" androidx.activity:activity-compose:1.10.1" )
70
- implementation(platform(" androidx.compose:compose-bom:2025.05.00 " ))
70
+ implementation(platform(" androidx.compose:compose-bom:2025.05.01 " ))
71
71
implementation(" androidx.compose.ui:ui" )
72
72
implementation(" androidx.compose.ui:ui-graphics" )
73
73
implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -76,7 +76,7 @@ dependencies {
76
76
testImplementation(" junit:junit:4.13.2" )
77
77
androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
78
78
androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
79
- androidTestImplementation(platform(" androidx.compose:compose-bom:2025.05.00 " ))
79
+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.05.01 " ))
80
80
androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
81
81
debugImplementation(" androidx.compose.ui:ui-tooling" )
82
82
debugImplementation(" androidx.compose.ui:ui-test-manifest" )
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
60
60
}
61
61
62
62
dependencies {
63
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
63
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
64
64
implementation(composeBom)
65
65
androidTestImplementation(composeBom)
66
66
@@ -69,7 +69,7 @@ dependencies {
69
69
implementation " androidx.appcompat:appcompat:1.7.0"
70
70
implementation " androidx.constraintlayout:constraintlayout:2.2.1"
71
71
implementation " androidx.core:core-ktx:1.16.0"
72
- implementation " androidx.fragment:fragment-ktx:1.8.6 "
72
+ implementation " androidx.fragment:fragment-ktx:1.8.7 "
73
73
implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.9.0"
74
74
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0"
75
75
implementation " androidx.navigation:navigation-fragment-ktx:2.9.0"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ android {
81
81
}
82
82
83
83
dependencies {
84
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
84
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
85
85
implementation(composeBom)
86
86
androidTestImplementation(composeBom)
87
87
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ desugar_jdk_libs = "2.1.5"
5
5
kotlinx-datetime = " 0.6.1"
6
6
lifecycle-viewmodel-compose = " 2.9.0"
7
7
material-icons-core = " 1.7.8"
8
- media3 = " 1.6 .1"
8
+ media3 = " 1.7 .1"
9
9
org-jetbrains-kotlin-android = " 2.1.10"
10
10
core-ktx = " 1.16.0"
11
11
junit = " 4.13.2"
12
12
androidx-test-ext-junit = " 1.2.1"
13
13
espresso-core = " 3.6.1"
14
14
lifecycle-runtime-ktx = " 2.9.0"
15
15
activity-compose = " 1.10.1"
16
- compose-bom = " 2025.05.00 "
17
- runtime-tracing = " 1.8.1 "
16
+ compose-bom = " 2025.05.01 "
17
+ runtime-tracing = " 1.8.2 "
18
18
tracing-ktx = " 1.3.0"
19
19
tracing-perfetto = " 1.0.0"
20
20
uiautomator = " 2.3.0"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ android {
84
84
}
85
85
86
86
dependencies {
87
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
87
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
88
88
implementation(composeBom)
89
89
androidTestImplementation(composeBom)
90
90
91
91
implementation " androidx.appcompat:appcompat:1.7.0"
92
92
implementation " androidx.core:core-ktx:1.16.0"
93
93
implementation " com.google.android.material:material:1.12.0"
94
- implementation " androidx.fragment:fragment-ktx:1.8.6 "
94
+ implementation " androidx.fragment:fragment-ktx:1.8.7 "
95
95
96
96
// Compose
97
97
implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ android {
87
87
}
88
88
89
89
dependencies {
90
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
90
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
91
91
implementation(composeBom)
92
92
testImplementation(composeBom)
93
93
androidTestImplementation(composeBom)
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ android {
44
44
}
45
45
46
46
dependencies {
47
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
47
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
48
48
implementation(composeBom)
49
49
50
50
implementation ' androidx.core:core-ktx:1.16.0'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments