Skip to content

Commit 42ac12c

Browse files
committed
chore: Update minSdk to 23 for the snippets
1 parent 8b8268c commit 42ac12c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

snippets/app-compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727

2828
defaultConfig {
2929
applicationId = "com.example.app_compose"
30-
minSdk = 21
30+
minSdk = 23
3131
targetSdk = 35
3232
versionCode = 1
3333
versionName = "1.0"

snippets/app-ktx/build.gradle.kts

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.app_ktx"
29-
minSdk = 21
29+
minSdk = 23
3030
targetSdk = 35
3131
versionCode = 1
3232
versionName = "1.0"

snippets/app-places-ktx/build.gradle.kts

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.app_places_ktx"
29-
minSdk = 21
29+
minSdk = 23
3030
targetSdk = 35
3131
versionCode = 1
3232
versionName = "1.0"

snippets/app-utils-ktx/build.gradle.kts

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.app_utils_ktx"
29-
minSdk = 21
29+
minSdk = 23
3030
targetSdk = 35
3131
versionCode = 1
3232
versionName = "1.0"

snippets/app-utils/build.gradle.kts

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.app_utils"
29-
minSdk = 21
29+
minSdk = 23
3030
targetSdk = 35
3131
versionCode = 1
3232
versionName = "1.0"

0 commit comments

Comments
 (0)