diff --git a/README.md b/README.md index ec82b3e..3230301 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:1.2.2' + compile 'com.mtramin:rxfingerprint:1.2.3' } ``` diff --git a/dependencies.gradle b/dependencies.gradle index 100407e..94dc4f8 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -17,7 +17,7 @@ ext.versions = [ // Version code : 1, - name : '1.2.2', + name : '1.2.3', // Android Versions compileSdk : 24,