Skip to content

Commit

Permalink
Version 2.1.1 preparations (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Sep 24, 2018
1 parent 70f4512 commit 55ea740
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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:2.1.0'
compile 'com.jraska:falcon:2.1.1'
```

## Spoon Compat
Expand All @@ -48,8 +48,8 @@ public void awesomeTest() {
```
#### Gradle
```groovy
androidTestCompile 'com.jraska:falcon:2.1.0'
androidTestCompile 'com.jraska:falcon-spoon-compat:2.1.0'
androidTestCompile 'com.jraska:falcon:2.1.1'
androidTestCompile 'com.jraska:falcon-spoon-compat:2.1.1'
```


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

ext {
version = '2.1.0'
versionCode = 13
version = '2.1.1'
versionCode = 14
minSdkVersion = 14
compileSdkVersion = 28
targetSdkVersion = compileSdkVersion
Expand Down

0 comments on commit 55ea740

Please sign in to comment.