diff --git a/README.md b/README.md index 7979a83..c9ee065 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.1' + implementation 'com.github.MFlisar:GDPRDialog:1.2' } ```