Target Android API level 25
This commit is contained in:
parent
2737fe8bfc
commit
e010a8d22e
|
@ -37,10 +37,10 @@ subprojects {
|
|||
}
|
||||
|
||||
project.ext {
|
||||
compileSdkVersion = 23
|
||||
buildToolsVersion = "23.0.3"
|
||||
compileSdkVersion = 25
|
||||
buildToolsVersion = "25.0.3"
|
||||
minSdkVersion = 10
|
||||
targetSdkVersion = 23
|
||||
targetSdkVersion = 25
|
||||
|
||||
supportVersion = "23.4.0"
|
||||
commonsioVersion = "2.4"
|
||||
|
|
Loading…
Reference in New Issue