Skip to content

Commit de81975

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

File tree

7 files changed

+7
-7
lines changed

7 files changed

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

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 35
33+
compileSdkVersion 36
3434
defaultConfig {
3535
applicationId "androidx.compose.samples.crane"
3636
minSdkVersion 21

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 35
25+
compileSdkVersion 36
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 35
25+
compileSdkVersion 36
2626

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

TestingCodelab/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 35
25+
compileSdkVersion 36
2626

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

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

ThemingCodelabM2/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.theming"
25-
compileSdkVersion 35
25+
compileSdkVersion 36
2626
defaultConfig {
2727
applicationId 'com.codelab.theming'
2828
minSdkVersion 21

0 commit comments

Comments
 (0)