File tree Expand file tree Collapse file tree 19 files changed +25
-25
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle Expand file tree Collapse file tree 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 '
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
}
You can’t perform that action at this time.
0 commit comments