Skip to content

Commit 5e05ebe

Browse files
committed
Updated version.
1 parent 68555e8 commit 5e05ebe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Alternatively, the library can be added to your Android app as a Gradle dependen
2525

2626
```groovy
2727
dependencies {
28-
compile 'com.github.michael-rapp:android-material-dialog:3.2.0'
28+
compile 'com.github.michael-rapp:android-material-dialog:3.2.1'
2929
}
3030
```
3131

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h4>Download</h4>
5555

5656
<div class="xml-block"><font color='black'>
5757
dependencies {
58-
<br/>&nbsp;&nbsp;&nbsp;&nbsp;compile 'com.github.michael-rapp:android-material-dialog:3.2.0'
58+
<br/>&nbsp;&nbsp;&nbsp;&nbsp;compile 'com.github.michael-rapp:android-material-dialog:3.2.1'
5959
<br/>}
6060
</font></div>
6161

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=3.2.0
2-
VERSION_CODE=13
1+
VERSION_NAME=3.2.1
2+
VERSION_CODE=14
33
GROUP=com.github.michael-rapp
44

55
POM_DESCRIPTION=Provides a builder to create "Material Design"-styled dialogs.

0 commit comments

Comments
 (0)