diff --git a/README.md b/README.md index ede2954..c96b0e0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ allprojects { And the dependency to your module build.gradle file: ```gradle dependencies { - implementation 'com.github.AndreaCioccarelli:CryptoPrefs:1.2.0.0' + implementation 'com.github.AndreaCioccarelli:CryptoPrefs:1.2.0.1' } ```