Skip to content

Commit 89bb2b7

Browse files
Updated the CompileSDK version to 36
1 parent e307815 commit 89bb2b7

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

AccessibilityCodelab/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-
compileSdkVersion 35
24+
compileSDKVersion 36
2525
namespace 'com.example.jetnews'
2626
defaultConfig {
2727
applicationId 'com.example.jetnews'

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"

AdvancedStateAndSideEffectsCodelab/app/build.gradle

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

3131
android {
32-
compileSdkVersion 35
32+
compileSdkVersion 36
3333
namespace "androidx.compose.samples.crane"
3434
defaultConfig {
3535
applicationId "androidx.compose.samples.crane"

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 35
24+
compileSDK 36
2525
namespace "com.codelab.basiclayouts"
2626

2727
defaultConfig {

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
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
android {
24-
compileSdkVersion 35
24+
compileSDKVersion 36
2525
namespace "com.example.compose.rally"
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 = 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

TestingCodelab/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-
compileSdkVersion 35
24+
compileSdkVersion 36
2525

2626
namespace "com.example.compose.rally"
2727
defaultConfig {

TestingCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
// Define versions in a single place
1919
ext {
2020
// Sdk and tools
21-
compileSdkVersion = 35
21+
compileSdkVersion = 36
2222
minSdkVersion = 21
2323
targetSdkVersion = 33
2424

0 commit comments

Comments
 (0)