Skip to content

Commit 6ead033

Browse files
Updated the CompileSDK version to 36
1 parent de81975 commit 6ead033

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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 = 35
25+
compileSdk = 36
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 35
25+
compileSdk 36
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 35
25+
compileSdk 36
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 35
25+
compileSdk 36
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 = 35
25+
compileSdk = 36
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 = 35
25+
compileSdk = 36
2626

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

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 = 35
25+
compileSdk = 36
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 = 35
26+
compileSdk = 36
2727

2828
compileOptions {
2929
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)