Skip to content

Commit

Permalink
Merge pull request #3 from lampione/feature/lowerMinSdk
Browse files Browse the repository at this point in the history
lower minSdk version to 23
  • Loading branch information
lampione authored Sep 9, 2022
2 parents 758d221 + f719c94 commit 3c6ecb6
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 3c6ecb6

Please sign in to comment.