Bump to new plugin version

This commit is contained in:
ligi 2015-02-19 02:54:39 +01:00
parent f5f5313b37
commit 8eb379c8a5

View file

@ -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'