File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121}
2222
2323android {
24- compileSdkVersion 34
24+ compileSdkVersion 35
2525 namespace ' com.example.jetnews'
2626 defaultConfig {
2727 applicationId ' com.example.jetnews'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222
2323android {
2424 namespace = " com.example.reply"
25- compileSdk = 34
25+ compileSdk = 35
2626
2727 defaultConfig {
2828 applicationId = " com.example.reply"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if (rootProject.file("local.properties").exists()) {
2929}
3030
3131android {
32- compileSdkVersion 34
32+ compileSdkVersion 35
3333 namespace " androidx.compose.samples.crane"
3434 defaultConfig {
3535 applicationId " androidx.compose.samples.crane"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121}
2222
2323android {
24- compileSdk 34
24+ compileSdk 35
2525 namespace " com.codelab.basiclayouts"
2626
2727 defaultConfig {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apply plugin: 'org.jetbrains.kotlin.plugin.compose'
2222
2323
2424android {
25- compileSdkVersion 34
25+ compileSdkVersion 35
2626 namespace " com.google.samples.apps.sunflower"
2727 defaultConfig {
2828 applicationId " com.google.samples.apps.sunflower"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121}
2222
2323android {
24- compileSdkVersion 34
24+ compileSdkVersion 35
2525 namespace " com.example.compose.rally"
2626
2727 defaultConfig {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222
2323android {
2424 namespace = " com.compose.performance"
25- compileSdk = 34
25+ compileSdk = 35
2626
2727 defaultConfig {
2828 applicationId = " com.compose.performance"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
2323
2424android {
2525 namespace = " com.compose.performance.measure"
26- compileSdk = 34
26+ compileSdk = 35
2727
2828 compileOptions {
2929 sourceCompatibility = JavaVersion .VERSION_17
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
2121}
2222
2323android {
24- compileSdkVersion 34
24+ compileSdkVersion 35
2525
2626 namespace " com.example.compose.rally"
2727 defaultConfig {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
1818 // Define versions in a single place
1919 ext {
2020 // Sdk and tools
21- compileSdkVersion = 34
21+ compileSdkVersion = 35
2222 minSdkVersion = 21
2323 targetSdkVersion = 33
2424
You can’t perform that action at this time.
0 commit comments