diff --git a/README.md b/README.md index e720c97..dd49ec4 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Generated reports are available at `build/spoon/${TEST_VARIANT}` folder. For making screenshots add `spoon-client` dependency to your tests compile configuration: ```groovy dependencies { - androidTestCompile 'com.squareup.spoon:spoon-client:1.1.2' + androidTestCompile 'com.squareup.spoon:spoon-client:1.1.3' } ``` diff --git a/build.gradle b/build.gradle index 8e153ac..e786b4c 100644 --- a/build.gradle +++ b/build.gradle @@ -37,9 +37,9 @@ dependencies { compile gradleApi() compile localGroovy() - compile 'com.squareup.spoon:spoon-runner:1.1.2' + compile 'com.squareup.spoon:spoon-runner:1.1.3' - compile 'com.android.tools.build:gradle:0.14.1' + compile 'com.android.tools.build:gradle:1.1.0' testCompile('org.spockframework:spock-core:0.7-groovy-2.0') { exclude group: 'org.codehaus.groovy' diff --git a/example/build.gradle b/example/build.gradle index 84b5b1c..c322e3a 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:1.0.0-rc1' + classpath 'com.android.tools.build:gradle:1.1.0' classpath 'com.stanfy.spoon:spoon-gradle-plugin:0.14.2-SNAPSHOT' } } @@ -15,7 +15,7 @@ apply plugin: 'spoon' android { compileSdkVersion 21 - buildToolsVersion "21.1.1" + buildToolsVersion "21.1.2" defaultConfig { minSdkVersion 7 @@ -63,7 +63,7 @@ repositories { } dependencies { - androidTestCompile "com.squareup.spoon:spoon-client:1.1.1" + androidTestCompile "com.squareup.spoon:spoon-client:1.1.3" } // for integration test of this plugin diff --git a/example/src/main/AndroidManifest.xml b/example/src/main/AndroidManifest.xml index be69788..e7b5318 100644 --- a/example/src/main/AndroidManifest.xml +++ b/example/src/main/AndroidManifest.xml @@ -2,6 +2,7 @@ +