Skip to content

Commit a3e0f8f

Browse files
Update compileSdk to 35
1 parent 47e8004 commit a3e0f8f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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"

BasicLayoutsCodelab/app/build.gradle

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

2323
android {
24-
compileSdk 34
24+
compileSdk 35
2525
namespace "com.codelab.basiclayouts"
2626

2727
defaultConfig {

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

ThemingCodelab/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.reply"
25-
compileSdk 34
25+
compileSdk 35
2626
defaultConfig {
2727
applicationId 'com.example.reply'
2828
minSdkVersion 21

0 commit comments

Comments
 (0)