From 9a1bdf49cd247d44824b5195fa332e07918b4ff5 Mon Sep 17 00:00:00 2001 From: Andrea Cioccarelli <23010471+AndreaCioccarelli@users.noreply.github.com> Date: Mon, 5 Nov 2018 10:18:52 +0100 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54586db..674a6b1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ allprojects { And the dependency to your module build.gradle file: ```gradle dependencies { - implementation 'com.github.AndreaCioccarelli:BillingProtector:1.0.0' + implementation 'com.github.AndreaCioccarelli:BillingProtector:1.0.1' } ```