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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Mazur committed Jul 9, 2015
1 parent 215b1fd commit 7169ef9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.0.3
-------------
*2015-07-09*

- Support for test sharding and custom instrumentation arguments.
- Spoon runner dependency is changed to 1.1.10.

Version 1.0.2
-------------
*2015-04-09*
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.0.3-SNAPSHOT'
version = '1.0.3'

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:1.2.2'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.3-SNAPSHOT'
classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.3'
}
}

0 comments on commit 7169ef9

Please sign in to comment.