From bc201c019a2c8a895a2d6b940f594c605879ff3b Mon Sep 17 00:00:00 2001 From: Marvin Ramin Date: Sun, 5 Feb 2017 19:20:11 +0100 Subject: [PATCH] [2.0.2] bump version for release --- README.md | 2 +- dependencies.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c64187..c57ef72 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.1' + compile 'com.mtramin:rxfingerprint:2.0.2' } ``` diff --git a/dependencies.gradle b/dependencies.gradle index 96af0fa..668d101 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -17,7 +17,7 @@ ext.versions = [ // Version code : 1, - name : '2.0.1', + name : '2.0.2', // Android Versions compileSdk : 24,