Bump to new plugin version
This commit is contained in:
parent
f5f5313b37
commit
8eb379c8a5
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:1.0.1'
|
classpath 'com.android.tools.build:gradle:1.1.0'
|
||||||
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
|
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
|
||||||
classpath('com.stanfy.spoon:spoon-gradle-plugin:0.14.1') {
|
classpath('com.stanfy.spoon:spoon-gradle-plugin:0.14.1') {
|
||||||
// https://github.com/stanfy/spoon-gradle-plugin/issues/33
|
// https://github.com/stanfy/spoon-gradle-plugin/issues/33
|
||||||
|
@ -86,6 +86,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
androidTestCompile 'com.android.support:support-v4:21.0.3'
|
||||||
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
|
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
|
||||||
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0'
|
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue