Skip to content

Commit 68b7bcc

Browse files
committed
Update to minSdkVersion 23
1 parent b04b575 commit 68b7bcc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

NavigationCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

TestingCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

TestingCodelab/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ThemingCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)