Skip to content

Commit d8313ce

Browse files
Update compileSdk to 35
1 parent 18b8f7b commit d8313ce

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

AccessibilityCodelab/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.jetnews'
25-
compileSdkVersion 34
25+
compileSdkVersion 35
2626
defaultConfig {
2727
applicationId 'com.example.jetnews'
2828
minSdkVersion 21

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"

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (rootProject.file("local.properties").exists()) {
3030

3131
android {
3232
namespace "androidx.compose.samples.crane"
33-
compileSdkVersion 34
33+
compileSdkVersion 35
3434
defaultConfig {
3535
applicationId "androidx.compose.samples.crane"
3636
minSdkVersion 21

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"

0 commit comments

Comments
 (0)