Skip to content

Commit

Permalink
chore: lower minSdk version to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
lampione committed Sep 9, 2022
1 parent 758d221 commit f719c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
applicationId "com.squaredem.composecalendardemo"
minSdk 26
minSdk 23
targetSdk 32
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion composecalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
compileSdk 32

defaultConfig {
minSdk 26
minSdk 23
targetSdk 32

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit f719c94

Please sign in to comment.