File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
AdvancedStateAndSideEffectsCodelab
PerformanceCodelab/gradle Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ buildscript {
2121 }
2222
2323 dependencies {
24- classpath ' com.android.tools.build:gradle:9.0.1 '
24+ classpath ' com.android.tools.build:gradle:9.1.0 '
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10"
2626 }
2727}
2828
2929plugins {
30- id ' com.diffplug.spotless' version ' 8.2.1 '
30+ id ' com.diffplug.spotless' version ' 8.3.0 '
3131 id ' org.jetbrains.kotlin.plugin.compose' version " 2.3.10" apply false
3232}
3333
Original file line number Diff line number Diff line change 11[versions ]
2- androidGradlePlugin = " 9.0.1 "
2+ androidGradlePlugin = " 9.1.0 "
33composeBom = " 2026.02.01"
44coreKtx = " 1.17.0"
55activityCompose = " 1.12.4"
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ buildscript {
2020 mavenCentral()
2121 }
2222 dependencies {
23- classpath " com.android.tools.build:gradle:9.0.1 "
23+ classpath " com.android.tools.build:gradle:9.1.0 "
2424 classpath " com.google.dagger:hilt-android-gradle-plugin:2.59.2"
2525 classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.10"
2626 }
2727}
2828
2929plugins {
30- id ' com.diffplug.spotless' version ' 8.2.1 '
30+ id ' com.diffplug.spotless' version ' 8.3.0 '
3131 id ' com.google.devtools.ksp' version ' 2.3.6' apply false
3232}
3333
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ buildscript {
1919 mavenCentral()
2020 }
2121 dependencies {
22- classpath " com.android.tools.build:gradle:9.0.1 "
22+ classpath " com.android.tools.build:gradle:9.1.0 "
2323 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10"
2424 classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.10"
2525 }
2626}
2727
2828plugins {
29- id ' com.diffplug.spotless' version ' 8.2.1 '
29+ id ' com.diffplug.spotless' version ' 8.3.0 '
3030}
3131
3232subprojects {
Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ buildscript {
2121 }
2222
2323 dependencies {
24- classpath " com.android.tools.build:gradle:9.0.1 "
24+ classpath " com.android.tools.build:gradle:9.1.0 "
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10"
2626 classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.9.7"
2727 classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.10"
2828 }
2929}
3030
3131plugins {
32- id ' com.diffplug.spotless' version ' 8.2.1 '
33- id ' com.android.legacy-kapt' version ' 9.0.1 ' apply false
32+ id ' com.diffplug.spotless' version ' 8.3.0 '
33+ id ' com.android.legacy-kapt' version ' 9.1.0 ' apply false
3434}
3535
3636allprojects {
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ buildscript {
2121 }
2222
2323 dependencies {
24- classpath " com.android.tools.build:gradle:9.0.1 "
24+ classpath " com.android.tools.build:gradle:9.1.0 "
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10"
2626 classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.10"
2727 }
2828}
2929
3030plugins {
31- id ' com.diffplug.spotless' version ' 8.2.1 '
31+ id ' com.diffplug.spotless' version ' 8.3.0 '
3232}
3333
3434subprojects {
Original file line number Diff line number Diff line change 11[versions ]
22coil = " 2.7.0"
3- com-android-application = " 9.0.1 "
3+ com-android-application = " 9.1.0 "
44desugar_jdk_libs = " 2.1.5"
55kotlinx-datetime = " 0.7.1-0.6.x-compat"
66lifecycle-viewmodel-compose = " 2.10.0"
@@ -22,7 +22,7 @@ benchmark = "1.4.1"
2222androidx-baselineprofile = " 1.5.0-alpha03"
2323profileinstaller = " 1.4.1"
2424material3 = " 1.4.0"
25- spotless = " 8.2.1 "
25+ spotless = " 8.3.0 "
2626ktlint = " 1.2.1"
2727
2828[libraries ]
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ buildscript {
4848 }
4949
5050 dependencies {
51- classpath " com.android.tools.build:gradle:9.0.1 "
51+ classpath " com.android.tools.build:gradle:9.1.0 "
5252 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
5353 classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion "
5454 }
5555}
5656
5757plugins {
58- id ' com.diffplug.spotless' version ' 8.2.1 '
58+ id ' com.diffplug.spotless' version ' 8.3.0 '
5959}
6060
6161subprojects {
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ buildscript {
2121 }
2222
2323 dependencies {
24- classpath ' com.android.tools.build:gradle:9.0.1 '
24+ classpath ' com.android.tools.build:gradle:9.1.0 '
2525 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10"
2626 classpath " org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.10"
2727 }
2828}
2929
3030plugins {
31- id ' com.diffplug.spotless' version ' 8.2.1 '
31+ id ' com.diffplug.spotless' version ' 8.3.0 '
3232}
3333
3434subprojects {
You can’t perform that action at this time.
0 commit comments