diff --git a/README.md b/README.md index 5f49dd3..aae1fd7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ see [Encryption/Decryption](#encryption-and-decryption). To use RxFingerprint in your project, add the library as a dependency in your `build.gradle` file: ```groovy dependencies { - compile 'com.mtramin:rxfingerprint:2.0.0' + compile 'com.mtramin:rxfingerprint:2.0.1' } ``` diff --git a/dependencies.gradle b/dependencies.gradle index b77fe65..46995d6 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -17,7 +17,7 @@ ext.versions = [ // Version code : 1, - name : '2.0.0', + name : '2.0.1', // Android Versions compileSdk : 24,