File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
21
21
}
22
22
23
23
android {
24
- compileSdkVersion 35
24
+ compileSDKVersion 36
25
25
namespace ' com.example.jetnews'
26
26
defaultConfig {
27
27
applicationId ' com.example.jetnews'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
22
22
23
23
android {
24
24
namespace = " com.example.reply"
25
- compileSdk = 35
25
+ compileSdk = 36
26
26
27
27
defaultConfig {
28
28
applicationId = " com.example.reply"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if (rootProject.file("local.properties").exists()) {
29
29
}
30
30
31
31
android {
32
- compileSdkVersion 35
32
+ compileSdkVersion 36
33
33
namespace " androidx.compose.samples.crane"
34
34
defaultConfig {
35
35
applicationId " androidx.compose.samples.crane"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
21
21
}
22
22
23
23
android {
24
- compileSdk 35
24
+ compileSDK 36
25
25
namespace " com.codelab.basiclayouts"
26
26
27
27
defaultConfig {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apply plugin: 'org.jetbrains.kotlin.plugin.compose'
22
22
23
23
24
24
android {
25
- compileSdkVersion 35
25
+ compileSdkVersion 36
26
26
namespace " com.google.samples.apps.sunflower"
27
27
defaultConfig {
28
28
applicationId " com.google.samples.apps.sunflower"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
21
21
}
22
22
23
23
android {
24
- compileSdkVersion 35
24
+ compileSDKVersion 36
25
25
namespace " com.example.compose.rally"
26
26
27
27
defaultConfig {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
22
22
23
23
android {
24
24
namespace = " com.compose.performance"
25
- compileSdk = 35
25
+ compileSDK = 36
26
26
27
27
defaultConfig {
28
28
applicationId = " com.compose.performance"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
23
23
24
24
android {
25
25
namespace = " com.compose.performance.measure"
26
- compileSdk = 35
26
+ compileSdk = 36
27
27
28
28
compileOptions {
29
29
sourceCompatibility = JavaVersion .VERSION_17
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ plugins {
21
21
}
22
22
23
23
android {
24
- compileSdkVersion 35
24
+ compileSdkVersion 36
25
25
26
26
namespace " com.example.compose.rally"
27
27
defaultConfig {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
18
18
// Define versions in a single place
19
19
ext {
20
20
// Sdk and tools
21
- compileSdkVersion = 35
21
+ compileSdkVersion = 36
22
22
minSdkVersion = 21
23
23
targetSdkVersion = 33
24
24
You can’t perform that action at this time.
0 commit comments