Skip to content

Commit

Permalink
Update minimum sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Khan Md Julkar Nain committed Mar 28, 2019
1 parent ac7f4ce commit a13a0a5
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 @@ -6,7 +6,7 @@ android {
compileSdkVersion 28
defaultConfig {
applicationId "com.nain.securerealmkey"
minSdkVersion 21
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {


defaultConfig {
minSdkVersion 21
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit a13a0a5

Please sign in to comment.