Update gradle and buildtools.

This commit is contained in:
kenkeiras 2018-01-20 21:36:59 +01:00
parent 3f8267e5ef
commit 826f32beca
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 25 compileSdkVersion 25
buildToolsVersion "25.0.3" buildToolsVersion "27.0.1"
defaultConfig { defaultConfig {
applicationId "com.codigoparallevar.minicards" applicationId "com.codigoparallevar.minicards"
minSdkVersion 15 minSdkVersion 15

View File

@ -7,7 +7,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta2' classpath 'com.android.tools.build:gradle:3.1.0-alpha08'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong