Merge branch '334-check-for-min-android-version-to-use-drip-with' into 'master'
Resolve "Check for min Android version to use drip with" Closes #334 See merge request bloodyhealth/drip!235
This commit is contained in:
@@ -30,7 +30,7 @@ allprojects {
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
buildToolsVersion = "27.0.3"
|
buildToolsVersion = "27.0.3"
|
||||||
minSdkVersion = 16
|
minSdkVersion = 23
|
||||||
compileSdkVersion = 27
|
compileSdkVersion = 27
|
||||||
targetSdkVersion = 27
|
targetSdkVersion = 27
|
||||||
supportLibVersion = "27.1.1"
|
supportLibVersion = "27.1.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user