Skip to content

Commit a3b1a75

Browse files
committed
0.7.5.2
1 parent 8191c73 commit a3b1a75

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Easily reference the library in your Android projects using this dependency in y
2424

2525
```Gradle
2626
dependencies {
27-
compile 'com.afollestad:material-dialogs:0.7.5.1'
27+
compile 'com.afollestad:material-dialogs:0.7.5.2'
2828
}
2929
```
3030

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 8
1010
targetSdkVersion 22
1111
versionCode 1
12-
versionName "0.7.5.1"
12+
versionName "0.7.5.2"
1313
}
1414
lintOptions {
1515
abortOnError false
@@ -29,7 +29,7 @@ publish {
2929
userOrg = 'drummer-aidan'
3030
groupId = 'com.afollestad'
3131
artifactId = 'material-dialogs'
32-
version = '0.7.5.1'
32+
version = '0.7.5.2'
3333
description = 'A library for implementing Material design styled dialogs across all versions of Android.'
3434
website = 'https://github.com/afollestad/material-dialogs'
3535
issueTracker = "${website}/issues"

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.afollestad.materialdialogssample"
1818
minSdkVersion 9
1919
targetSdkVersion 22
20-
versionCode 127
21-
versionName "0.7.5.1"
20+
versionCode 128
21+
versionName "0.7.5.2"
2222
}
2323
lintOptions {
2424
abortOnError false

sample/sample.apk

-5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)