Skip to content

Commit

Permalink
chore: Update minSdk to 23 for the snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhawk committed Dec 19, 2024
1 parent 8b8268c commit 42ac12c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion snippets/app-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {

defaultConfig {
applicationId = "com.example.app_compose"
minSdk = 21
minSdk = 23
targetSdk = 35
versionCode = 1
versionName = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-ktx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

defaultConfig {
applicationId = "com.example.app_ktx"
minSdk = 21
minSdk = 23
targetSdk = 35
versionCode = 1
versionName = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-places-ktx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

defaultConfig {
applicationId = "com.example.app_places_ktx"
minSdk = 21
minSdk = 23
targetSdk = 35
versionCode = 1
versionName = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-utils-ktx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

defaultConfig {
applicationId = "com.example.app_utils_ktx"
minSdk = 21
minSdk = 23
targetSdk = 35
versionCode = 1
versionName = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion snippets/app-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

defaultConfig {
applicationId = "com.example.app_utils"
minSdk = 21
minSdk = 23
targetSdk = 35
versionCode = 1
versionName = "1.0"
Expand Down

0 comments on commit 42ac12c

Please sign in to comment.