Target Android API level 25

This commit is contained in:
Martin Fietz 2017-08-13 18:09:58 +02:00
parent 2737fe8bfc
commit e010a8d22e
1 changed files with 3 additions and 3 deletions

View File

@ -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"