set minSdkVersion to 14

According to https://developer.android.com/about/dashboards/index.html
API levels of 14 and lower are only on less than 0.5% of the devices.
IMHO it is time to move on, and allow for some compat code cleanup.
This commit is contained in:
Dirk Mueller 2018-01-08 11:14:31 +01:00
parent fc4057d2c6
commit dfa8766754
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"