From 2c0613055242335948b705edab7471109030f1f4 Mon Sep 17 00:00:00 2001 From: Marvin Ramin Date: Tue, 12 Dec 2017 19:24:19 +0100 Subject: [PATCH] bump version to v2.2.1 --- README.md | 2 +- dependencies.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 899b1dd..df0ca61 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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.0' + compile 'com.mtramin:rxfingerprint:2.2.1' } ``` diff --git a/dependencies.gradle b/dependencies.gradle index 5793c9e..98aa92c 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -17,7 +17,7 @@ ext.versions = [ // Version code : 1, - name : '2.2.0', + name : '2.2.1', // Android Versions compileSdk : 25,