Merge pull request #2526 from dirkmueller/min_sdk_14

set minSdkVersion to 14
This commit is contained in:
Martin Fietz 2018-01-08 22:57:03 +01:00 committed by GitHub
commit 0c662530b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ subprojects {
project.ext {
compileSdkVersion = 25
buildToolsVersion = "25.0.3"
minSdkVersion = 10
minSdkVersion = 14
targetSdkVersion = 25
supportVersion = "25.3.1"