Android 8.0 (O)

This commit is contained in:
Emux 2017-06-09 20:24:38 +03:00
parent db871d4a22
commit 644c83ed69
2 changed files with 5 additions and 5 deletions

View File

@ -6,8 +6,8 @@ android:
components:
- platform-tools
- tools
- build-tools-25.0.3
- android-25
- build-tools-26.0.0
- android-26
- extra-android-m2repository
env:
global:

View File

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
@ -13,7 +13,7 @@ allprojects {
version = 'master-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "25.0.3"
ext.androidBuildVersionTools = "26.0.0"
ext.gdxVersion = "1.9.6"
ext.gwtVersion = "2.8.0"
ext.slf4jVersion = "1.7.25"
@ -27,7 +27,7 @@ allprojects {
}
}
def androidCompileSdk() { return 25 }
def androidCompileSdk() { return 26 }
def androidMinSdk() { return 10 }