Skip to content

Commit

Permalink
prepare release v3.0.0-RC-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauin committed Apr 5, 2018
1 parent eede24e commit 4e16c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This library has a minSdkVersion of `15`, but will only really work on API level
To use RxFingerprint in your project, add the library as a dependency in your `build.gradle` file:
```groovy
dependencies {
compile 'com.mtramin:rxfingerprint:2.2.1'
compile 'com.mtramin:rxfingerprint:3.0.0-RC-1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ext.versions = [
// Version
code : 1,
name : '2.2.1',
name : '3.0.0-RC-1',

// Android Versions
oreo : 27,
Expand Down

0 comments on commit 4e16c1b

Please sign in to comment.