Skip to content

Commit

Permalink
Update : MinSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSangSun1 committed Dec 29, 2021
1 parent adf5580 commit 6f6b5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
compileSdk 31

defaultConfig {
minSdk 21
minSdk 17
targetSdk 31
versionCode 1
versionName "1.0"
Expand Down
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.pss.countnumberevent"
minSdk 21
minSdk 17
targetSdk 31
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 6f6b5be

Please sign in to comment.