From 2e1b24ac138ec0246c1098508fc13dac96a0e0f8 Mon Sep 17 00:00:00 2001 From: Nosakhare Belvi Date: Tue, 29 Aug 2017 18:07:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09cc36d..db316f4 100755 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Add the JitPack repository to your build file in your root build.gradle at the e Add the dependency dependencies { - compile 'com.github.KingsMentor:Luhn:v2.1.1' + compile 'com.github.KingsMentor:Luhn:v2.1.3' } You can also use `master-SNAPSHOT` instead. This always contains stable builds (with new fixes) prior to a new release.