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.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Mazur committed Jun 8, 2016
1 parent e33b9b2 commit dada6f1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.2.0
-------------
*2016-06-08*

- Added 'shard' option to divide test suite across all devices.
- Spoon runner dependency is changed to 1.5.4.

Version 1.1.0
-------------
*2016-04-28*
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.1.0'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.2.0'
}
}
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.5.0'
androidTestCompile 'com.squareup.spoon:spoon-client:1.5.4'
}
```

Expand Down Expand Up @@ -127,7 +127,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.1.0') {
classpath('com.stanfy.spoon:spoon-gradle-plugin:1.2.0') {
exclude module: 'guava'
}
classpath 'com.google.guava:guava:17.0'
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1-SNAPSHOT'
version = '1.2.0'

jar {
manifest {
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:2.0.0'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.1.1-SNAPSHOT'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.2.0'
}
}

0 comments on commit dada6f1

Please sign in to comment.