Skip to content

Commit c3fcf60

Browse files
author
David Vávra
committed
Release 2.3.3
1 parent 6cc9150 commit c3fcf60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Features:
2020

2121
```groovy
2222
dependencies {
23-
compile 'com.avast:android-styled-dialogs:2.3.2'
23+
compile 'com.avast:android-styled-dialogs:2.3.3'
2424
}
2525
```
2626
Hosted in [jcenter](https://bintray.com/avast/android/styled-dialogs/): [ ![Download](https://api.bintray.com/packages/avast/android/styled-dialogs/images/download.svg) ](https://bintray.com/avast/android/styled-dialogs/_latestVersion)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allprojects {
1515
}
1616

1717
ext {
18-
VERSION_NAME = "2.3.3.-SNAPSHOT"
18+
VERSION_NAME = "2.3.3"
1919
VERSION_CODE = 13
2020
}
2121

0 commit comments

Comments
 (0)