Skip to content

Commit

Permalink
Release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Vávra committed Jan 14, 2016
1 parent 6cc9150 commit c3fcf60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Features:

```groovy
dependencies {
compile 'com.avast:android-styled-dialogs:2.3.2'
compile 'com.avast:android-styled-dialogs:2.3.3'
}
```
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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
}

ext {
VERSION_NAME = "2.3.3.-SNAPSHOT"
VERSION_NAME = "2.3.3"
VERSION_CODE = 13
}

Expand Down

0 comments on commit c3fcf60

Please sign in to comment.