Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Upgrade spoon runner, gradle tools, fix example lollipop screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Denman committed Mar 16, 2015
1 parent 3cadd80 commit 004503b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand All @@ -15,7 +15,7 @@ apply plugin: 'spoon'

android {
compileSdkVersion 21
buildToolsVersion "21.1.1"
buildToolsVersion "21.1.2"

defaultConfig {
minSdkVersion 7
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions example/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.stanfy.spoon.example">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application
android:allowBackup="false"
android:icon="@drawable/ic_launcher"
Expand Down

0 comments on commit 004503b

Please sign in to comment.