Skip to content

Commit

Permalink
🔀 Merge pull request #11 from vinceglb/android-min-sdk-21
Browse files Browse the repository at this point in the history
🔧 Android minSdk 21
  • Loading branch information
vinceglb authored Apr 26, 2024
2 parents 76abb1f + 99025f9 commit 82dda28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion picker-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 24
minSdk = 21
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion picker-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ android {
compileSdk = 34

defaultConfig {
minSdk = 24
minSdk = 21
}

compileOptions {
Expand Down

0 comments on commit 82dda28

Please sign in to comment.