Fix #1131: Update min sdk version and remove redundant checks (#2608)

This commit is contained in:
Vivek Maskara 2019-03-16 17:51:51 +05:30 committed by Adam Jones
parent 900bd4ff2f
commit 6cbce9d283
8 changed files with 15 additions and 45 deletions

View file

@ -102,7 +102,7 @@ android {
versionName '2.10.1'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 15
minSdkVersion 19
targetSdkVersion 28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true