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' } ```