File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ Check the [release page](https://github.com/eltos/SimpleDialogFragments/releases
5252In your module level `` build.gradle `` when using [ mavenCentral] ( https://search.maven.org/artifact/io.github.eltos/simpledialogfragments ) :
5353``` groovy
5454dependencies {
55- implementation 'io.github.eltos:simpledialogfragments:3.5.1 '
55+ implementation 'io.github.eltos:simpledialogfragments:3.6 '
5656}
5757```
5858or if using [ JitPack] ( https://jitpack.io/#eltos/SimpleDialogFragments ) :
5959``` groovy
6060dependencies {
61- implementation 'com.github.eltos:simpledialogfragments:v3.5.1 '
61+ implementation 'com.github.eltos:simpledialogfragments:v3.6 '
6262}
6363```
6464
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ apply from: "publish.gradle"
2828
2929// Version number used for simpledialogfragments library, testApp and maven repository
3030ext {
31- VERSION = ' 3.5.2 '
32- VERSION_NR = 352
31+ VERSION = ' 3.6 '
32+ VERSION_NR = 360
3333}
3434
3535
You can’t perform that action at this time.
0 commit comments