diff --git a/README.md b/README.md index 8d60237..7c2aedb 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ Check the [release page](https://github.com/eltos/SimpleDialogFragments/releases In your module level ``build.gradle`` when using [mavenCentral](https://search.maven.org/artifact/io.github.eltos/simpledialogfragments): ```groovy dependencies { - implementation 'io.github.eltos:simpledialogfragments:3.8.2' + implementation 'io.github.eltos:simpledialogfragments:3.8.3' } ``` or if using [JitPack](https://jitpack.io/#eltos/SimpleDialogFragments): ```groovy dependencies { - implementation 'com.github.eltos:simpledialogfragments:v3.8.2' + implementation 'com.github.eltos:simpledialogfragments:v3.8.3' } ``` diff --git a/build.gradle b/build.gradle index ef70933..254caf1 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,8 @@ apply from: "publish.gradle" // Version number used for simpledialogfragments library, testApp and maven repository ext { - VERSION = '3.8.2' - VERSION_NR = 382 + VERSION = '3.8.3' + VERSION_NR = 383 } diff --git a/docs/javadoc/allclasses-index.html b/docs/javadoc/allclasses-index.html index 067d05a..bc00eb6 100644 --- a/docs/javadoc/allclasses-index.html +++ b/docs/javadoc/allclasses-index.html @@ -2,7 +2,7 @@
-