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:
parent
fc4057d2c6
commit
dfa8766754
|
@ -39,7 +39,7 @@ subprojects {
|
||||||
project.ext {
|
project.ext {
|
||||||
compileSdkVersion = 25
|
compileSdkVersion = 25
|
||||||
buildToolsVersion = "25.0.3"
|
buildToolsVersion = "25.0.3"
|
||||||
minSdkVersion = 10
|
minSdkVersion = 14
|
||||||
targetSdkVersion = 25
|
targetSdkVersion = 25
|
||||||
|
|
||||||
supportVersion = "25.3.1"
|
supportVersion = "25.3.1"
|
||||||
|
|
Loading…
Reference in New Issue