Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska committed Jul 27, 2016
1 parent 2de7c7a commit ecf7b73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Check falcon-sample and its android tests for more example usage.

Grab via Gradle:
```groovy
compile 'com.jraska:falcon:1.0.1'
compile 'com.jraska:falcon:1.0.2'
```

## Spoon Compat
Expand All @@ -43,7 +43,7 @@ File screenshot = FalconSpoon.screenshot(activity, tag, testClassName, testMetho

#### Gradle
```groovy
androidTestCompile 'com.jraska:falcon-spoon-compat:1.0.1'
androidTestCompile 'com.jraska:falcon-spoon-compat:1.0.2'
```

## Q&A
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ allprojects {
}

ext {
version = '1.0.1'
versionCode = 7
version = '1.0.2'
versionCode = 8
minSdkVersion = 10
compileSdkVersion = 24
targetSdkVersion = compileSdkVersion
Expand Down

0 comments on commit ecf7b73

Please sign in to comment.