Skip to content

Commit 96d4eca

Browse files
Update compileSdk to 35
1 parent 18b8f7b commit 96d4eca

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

AdaptiveUiCodelab/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
android {
2424
namespace = "com.example.reply"
25-
compileSdk = 34
25+
compileSdk = 35
2626

2727
defaultConfig {
2828
applicationId = "com.example.reply"

AnimationCodelab/finished/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
android {
2424
namespace "com.example.android.codelab.animation"
25-
compileSdk 34
25+
compileSdk 35
2626
defaultConfig {
2727
applicationId 'com.example.android.codelab.animation'
2828
minSdkVersion 21

AnimationCodelab/start/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
android {
2424
namespace "com.example.android.codelab.animation"
25-
compileSdk 34
25+
compileSdk 35
2626
defaultConfig {
2727
applicationId 'com.example.android.codelab.animation'
2828
minSdkVersion 21

BasicLayoutsCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
android {
2424
namespace "com.codelab.basiclayouts"
25-
compileSdk 34
25+
compileSdk 35
2626

2727
defaultConfig {
2828
applicationId "com.codelab.basiclayouts"

BasicStateCodelab/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
android {
2424
namespace = "com.codelabs.state"
25-
compileSdk = 34
25+
compileSdk = 35
2626

2727
defaultConfig {
2828
applicationId = "com.codelabs.state"

BasicsCodelab/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
android {
2424
namespace = "com.codelab.basics"
25-
compileSdk = 34
25+
compileSdk = 35
2626

2727
defaultConfig {
2828
applicationId = "com.codelab.basics"

MigrationCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'org.jetbrains.kotlin.plugin.compose'
2222

2323

2424
android {
25-
compileSdkVersion 34
25+
compileSdkVersion 35
2626
namespace "com.google.samples.apps.sunflower"
2727
defaultConfig {
2828
applicationId "com.google.samples.apps.sunflower"

NavigationCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
android {
2424
namespace "com.example.compose.rally"
25-
compileSdkVersion 34
25+
compileSdkVersion 35
2626

2727
defaultConfig {
2828
applicationId "com.example.compose.rally"

PerformanceCodelab/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222

2323
android {
2424
namespace = "com.compose.performance"
25-
compileSdk = 34
25+
compileSdk = 35
2626

2727
defaultConfig {
2828
applicationId = "com.compose.performance"

PerformanceCodelab/measure/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323

2424
android {
2525
namespace = "com.compose.performance.measure"
26-
compileSdk = 34
26+
compileSdk = 35
2727

2828
compileOptions {
2929
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)