Skip to content

Commit af0ab71

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

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

2727
defaultConfig {

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

2727
defaultConfig {
2828
applicationId = "com.compose.performance"

0 commit comments

Comments
 (0)