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

Commit

Permalink
Set version 1.0.2
Browse files Browse the repository at this point in the history
Update spoon runner dependency to 1.1.9.
  • Loading branch information
Roman Mazur committed Apr 9, 2015
1 parent f047235 commit beba3b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.0.2
-------------
*2015-04-09*

- Spoon runner dependency is changed to 1.1.9.

Version 1.0.1
-------------
*2015-03-22*
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
}
dependencies {
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.1'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.2'
}
}
Expand Down 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.3'
androidTestCompile 'com.squareup.spoon:spoon-client:1.1.9'
}
```

Expand Down Expand Up @@ -91,7 +91,7 @@ If you have troubles with running Android Lint after this plugin is applied, try
buildscript {
// ...
dependencies {
classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.1') {
classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.2') {
exclude module: 'guava'
}
classpath 'com.google.guava:guava:17.0'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'nexus'
apply plugin: 'project-report'

group = 'com.stanfy.spoon'
version = '1.0.2-SNAPSHOT'
version = '1.0.2'

jar {
manifest {
Expand All @@ -37,7 +37,7 @@ dependencies {
compile gradleApi()
compile localGroovy()

compile 'com.squareup.spoon:spoon-runner:1.1.8'
compile 'com.squareup.spoon:spoon-runner:1.1.9'

compile 'com.android.tools.build:gradle:1.1.3'

Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:1.1.3'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.2-SNAPSHOT'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.2'
}
}

0 comments on commit beba3b2

Please sign in to comment.