Skip to content

Commit

Permalink
New release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska committed Jan 10, 2016
1 parent 1a38733 commit b383641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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:0.3.1'
compile 'com.jraska:falcon:1.0.0'
```

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

#### Gradle
```groovy
androidTestCompile 'com.jraska:falcon-spoon-compat:0.3.1'
androidTestCompile 'com.jraska:falcon-spoon-compat:1.0.0'
```

## Q&A
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}
Expand All @@ -18,8 +18,8 @@ allprojects {
}

ext {
version = '0.4.0'
versionCode = 5
version = '1.0.0'
versionCode = 6
minSdkVersion = 10
compileSdkVersion = 23
targetSdkVersion = compileSdkVersion
Expand Down

0 comments on commit b383641

Please sign in to comment.