diff --git a/README.md b/README.md index 8033c68..5c4efc1 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/dependencies.gradle b/dependencies.gradle index f2ebd3b..175c160 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -17,7 +17,7 @@ ext.versions = [ // Version code : 1, - name : '2.2.1', + name : '3.0.0-RC-1', // Android Versions oreo : 27,