Skip to content

Commit 97a9201

Browse files
committed
Release 3.6
1 parent 19fcb62 commit 97a9201

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Check the [release page](https://github.com/eltos/SimpleDialogFragments/releases
5252
In your module level ``build.gradle`` when using [mavenCentral](https://search.maven.org/artifact/io.github.eltos/simpledialogfragments):
5353
```groovy
5454
dependencies {
55-
implementation 'io.github.eltos:simpledialogfragments:3.5.1'
55+
implementation 'io.github.eltos:simpledialogfragments:3.6'
5656
}
5757
```
5858
or if using [JitPack](https://jitpack.io/#eltos/SimpleDialogFragments):
5959
```groovy
6060
dependencies {
61-
implementation 'com.github.eltos:simpledialogfragments:v3.5.1'
61+
implementation 'com.github.eltos:simpledialogfragments:v3.6'
6262
}
6363
```
6464

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ apply from: "publish.gradle"
2828

2929
// Version number used for simpledialogfragments library, testApp and maven repository
3030
ext {
31-
VERSION = '3.5.2'
32-
VERSION_NR = 352
31+
VERSION = '3.6'
32+
VERSION_NR = 360
3333
}
3434

3535

0 commit comments

Comments
 (0)