File tree 19 files changed +25
-25
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle 19 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ android {
70
70
}
71
71
72
72
dependencies {
73
- def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
73
+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
74
74
implementation(composeBom)
75
75
testImplementation(composeBom)
76
76
androidTestImplementation(composeBom)
@@ -106,14 +106,14 @@ dependencies {
106
106
implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
107
107
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7"
108
108
109
- implementation ' androidx.navigation:navigation-compose:2.8.3 '
109
+ implementation ' androidx.navigation:navigation-compose:2.8.4 '
110
110
111
111
androidTestImplementation ' androidx.test:rules:1.6.1'
112
112
androidTestImplementation ' androidx.test:runner:1.6.2'
113
113
114
114
// TODO: Bump to latest after Espresso 3.5.0 goes stable
115
115
// (due to https://github.com/robolectric/robolectric/issues/6593)
116
- testImplementation ' org.robolectric:robolectric:4.13 '
116
+ testImplementation ' org.robolectric:robolectric:4.14.1 '
117
117
}
118
118
119
119
tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). configureEach {
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.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.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.7.2"
3
- composeBom = " 2024.10.01 "
3
+ composeBom = " 2024.11.00 "
4
4
coreKtx = " 1.15.0"
5
5
activityCompose = " 1.9.3"
6
6
espressoCore = " 3.6.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.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.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.2.0"
109
109
110
- def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
110
+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
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.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.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 @@ -61,7 +61,7 @@ android {
61
61
}
62
62
63
63
dependencies {
64
- def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
64
+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
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.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.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:2024.10.01 ' )
63
+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
64
64
implementation(composeBom)
65
65
androidTestImplementation(composeBom)
66
66
@@ -72,8 +72,8 @@ dependencies {
72
72
implementation " androidx.fragment:fragment-ktx:1.8.5"
73
73
implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
74
74
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
75
- implementation " androidx.navigation:navigation-fragment-ktx:2.8.3 "
76
- implementation " androidx.navigation:navigation-ui-ktx:2.8.3 "
75
+ implementation " androidx.navigation:navigation-fragment-ktx:2.8.4 "
76
+ implementation " androidx.navigation:navigation-ui-ktx:2.8.4 "
77
77
implementation " androidx.recyclerview:recyclerview:1.3.2"
78
78
implementation " androidx.room:room-runtime:2.6.1"
79
79
implementation " androidx.room:room-ktx:2.6.1"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
dependencies {
24
24
classpath " com.android.tools.build:gradle:8.7.2"
25
25
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
26
- classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.8.3 "
26
+ classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.8.4 "
27
27
classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
28
28
}
29
29
}
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.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.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:2024.10.01 ' )
84
+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
85
85
implementation(composeBom)
86
86
androidTestImplementation(composeBom)
87
87
@@ -96,7 +96,7 @@ dependencies {
96
96
implementation " androidx.compose.material:material"
97
97
implementation " androidx.compose.material:material-icons-extended"
98
98
implementation " androidx.activity:activity-compose:1.9.3"
99
- implementation " androidx.navigation:navigation-compose:2.8.3 "
99
+ implementation " androidx.navigation:navigation-compose:2.8.4 "
100
100
debugImplementation " androidx.compose.ui:ui-tooling"
101
101
102
102
// Testing dependencies
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.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.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
coil = " 2.7.0"
3
3
com-android-application = " 8.7.2"
4
- desugar_jdk_libs = " 2.1.2 "
4
+ desugar_jdk_libs = " 2.1.3 "
5
5
kotlinx-datetime = " 0.6.1"
6
6
lifecycle-viewmodel-compose = " 2.8.7"
7
7
material-icons-core = " 1.7.5"
@@ -13,7 +13,7 @@ androidx-test-ext-junit = "1.2.1"
13
13
espresso-core = " 3.6.1"
14
14
lifecycle-runtime-ktx = " 2.8.7"
15
15
activity-compose = " 1.9.3"
16
- compose-bom = " 2024.10.01 "
16
+ compose-bom = " 2024.11.00 "
17
17
runtime-tracing = " 1.7.5"
18
18
tracing-ktx = " 1.3.0-alpha02"
19
19
tracing-perfetto = " 1.0.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.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.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,7 +84,7 @@ android {
84
84
}
85
85
86
86
dependencies {
87
- def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
87
+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
88
88
implementation(composeBom)
89
89
androidTestImplementation(composeBom)
90
90
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.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.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:2024.10.01 ' )
90
+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
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.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.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