File tree Expand file tree Collapse file tree 19 files changed +26
-26
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle Expand file tree Collapse file tree 19 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ android {
7070}
7171
7272dependencies {
73- def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
73+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
7474 implementation(composeBom)
7575 testImplementation(composeBom)
7676 androidTestImplementation(composeBom)
@@ -106,14 +106,14 @@ dependencies {
106106 implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
107107 implementation " androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7"
108108
109- implementation ' androidx.navigation:navigation-compose:2.8.3 '
109+ implementation ' androidx.navigation:navigation-compose:2.8.4 '
110110
111111 androidTestImplementation ' androidx.test:rules:1.6.1'
112112 androidTestImplementation ' androidx.test:runner:1.6.2'
113113
114114 // TODO: Bump to latest after Espresso 3.5.0 goes stable
115115 // (due to https://github.com/robolectric/robolectric/issues/6593)
116- testImplementation ' org.robolectric:robolectric:4.13 '
116+ testImplementation ' org.robolectric:robolectric:4.14.1 '
117117}
118118
119119tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). configureEach {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11[versions ]
22androidGradlePlugin = " 8.7.2"
3- composeBom = " 2024.10.01 "
3+ composeBom = " 2024.11.00 "
44coreKtx = " 1.15.0"
55activityCompose = " 1.9.3"
66espressoCore = " 3.6.1"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dependencies {
107107 implementation " androidx.appcompat:appcompat:1.7.0"
108108 implementation " androidx.tracing:tracing:1.2.0"
109109
110- def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
110+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
111111 implementation(composeBom)
112112 androidTestImplementation(composeBom)
113113 implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
6161}
6262
6363dependencies {
64- def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
64+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
6565 implementation(composeBom)
6666 androidTestImplementation(composeBom)
6767
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
6060}
6161
6262dependencies {
63- def composeBom = platform(' androidx.compose:compose-bom:2024.10.01 ' )
63+ def composeBom = platform(' androidx.compose:compose-bom:2024.11.00 ' )
6464 implementation(composeBom)
6565 androidTestImplementation(composeBom)
6666
@@ -72,8 +72,8 @@ dependencies {
7272 implementation " androidx.fragment:fragment-ktx:1.8.5"
7373 implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
7474 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 "
7777 implementation " androidx.recyclerview:recyclerview:1.3.2"
7878 implementation " androidx.room:room-runtime:2.6.1"
7979 implementation " androidx.room:room-ktx:2.6.1"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
2323 dependencies {
2424 classpath " com.android.tools.build:gradle:8.7.2"
2525 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 "
2727 classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.0.21"
2828 }
2929}
You can’t perform that action at this time.
0 commit comments