diff --git a/README.md b/README.md index 9e6da6f..7979a83 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ repositories { 2. add the compile statement to your module's `build.gradle`: ```java dependencies { - implementation 'com.github.MFlisar:GDPRDialog:1.0' + implementation 'com.github.MFlisar:GDPRDialog:1.1' } ```