Skip to content

Commit

Permalink
Reduce minSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
muddassir235 committed Sep 3, 2020
1 parent cc86dbd commit 49ad559
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 @@ -7,7 +7,7 @@ android {

defaultConfig {
applicationId "com.muddassir.eprefs"
minSdkVersion 19
minSdkVersion 18
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion eprefs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdkVersion 29

defaultConfig {
minSdkVersion 19
minSdkVersion 18
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 49ad559

Please sign in to comment.