Updated gradle plugin to 0.6.+
This commit is contained in:
parent
0a7ceec644
commit
b6a532161e
|
@ -3,7 +3,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:0.5.6'
|
classpath 'com.android.tools.build:gradle:0.6.+'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
apply plugin: 'android'
|
apply plugin: 'android'
|
||||||
|
@ -38,7 +38,7 @@ dependencies {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 18
|
compileSdkVersion 18
|
||||||
buildToolsVersion "17"
|
buildToolsVersion "18.1.0"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 10
|
minSdkVersion 10
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c56bf97269d5dc90df1c428fd18df0e7619eff0e
|
Subproject commit f294d8eec59f73b5594634cac6fe1dc4e2cb32b6
|
Loading…
Reference in New Issue