We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bd3f2 commit 2a0cda2Copy full SHA for 2a0cda2
README.md
@@ -68,7 +68,7 @@ dependencies {
68
or if using [JitPack](https://jitpack.io/#eltos/SimpleDialogFragments):
69
```groovy
70
dependencies {
71
- implementation 'com.github.eltos:simpledialogfragments:v3.9'
+ implementation 'com.github.eltos:simpledialogfragments:v3.10'
72
}
73
```
74
build.gradle
@@ -29,8 +29,8 @@ apply from: "publish.gradle"
29
30
// Version number used for simpledialogfragments library, testApp and maven repository
31
ext {
32
- VERSION = '3.9'
33
- VERSION_NR = 390
+ VERSION = '3.10'
+ VERSION_NR = 3100
34
35
36
0 commit comments