Skip to content

Commit

Permalink
Update minSDK version (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-jn committed Jul 29, 2020
1 parent 2bd3f3b commit 7eab1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
versionName buildVersionName(versionMajor, versionMinor, versionPatch)
versionCode buildVersionCode(versionMajor, versionMinor, versionPatch)

minSdkVersion 17
minSdkVersion 21
targetSdkVersion 28

def apiFile = file("api.properties")
Expand Down

0 comments on commit 7eab1ea

Please sign in to comment.