File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
2525 namespace ' com.example.jetnews'
2626 defaultConfig {
2727 applicationId ' com.example.jetnews'
28- minSdkVersion 21
28+ minSdkVersion 23
2929 targetSdkVersion 33
3030 versionCode 1
3131 versionName ' 1.0'
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
3333 namespace " androidx.compose.samples.crane"
3434 defaultConfig {
3535 applicationId " androidx.compose.samples.crane"
36- minSdkVersion 21
36+ minSdkVersion 231
3737 targetSdkVersion 33
3838 versionCode 1
3939 versionName " 1.0"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android {
2626
2727 defaultConfig {
2828 applicationId " com.example.compose.rally"
29- minSdkVersion 21
29+ minSdkVersion 23
3030 targetSdkVersion 33
3131 versionCode 1
3232 versionName ' 1.0'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android {
2626 namespace " com.example.compose.rally"
2727 defaultConfig {
2828 applicationId " com.example.compose.rally"
29- minSdkVersion 21
29+ minSdkVersion 23
3030 targetSdkVersion 33
3131 versionCode 1
3232 versionName ' 1.0'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
1919 ext {
2020 // Sdk and tools
2121 compileSdkVersion = 36
22- minSdkVersion = 21
22+ minSdkVersion = 23
2323 targetSdkVersion = 33
2424
2525 // App dependencies
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
2525 compileSdk 36
2626 defaultConfig {
2727 applicationId ' com.example.reply'
28- minSdkVersion 21
28+ minSdkVersion 23
2929 targetSdkVersion 33
3030 versionCode 1
3131 versionName ' 1.0'
You can’t perform that action at this time.
0 commit comments