Update gradle configuration

This commit is contained in:
Fredrik Fornwall
2017-09-17 11:46:58 +02:00
parent f2757fdb76
commit 82673d3f82
5 changed files with 17 additions and 13 deletions

View File

@@ -17,12 +17,12 @@ ext {
}
android {
compileSdkVersion 25
buildToolsVersion "26.0.0"
compileSdkVersion 26
buildToolsVersion "26.0.1"
defaultConfig {
minSdkVersion 21
targetSdkVersion 25
targetSdkVersion 26
externalNativeBuild {
ndkBuild {