Update gradle and buildtools.
This commit is contained in:
parent
3f8267e5ef
commit
826f32beca
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user