File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Easily reference the library in your Android projects using this dependency in y
24
24
25
25
``` Gradle
26
26
dependencies {
27
- compile 'com.afollestad:material-dialogs:0.7.5.1 '
27
+ compile 'com.afollestad:material-dialogs:0.7.5.2 '
28
28
}
29
29
```
30
30
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
9
9
minSdkVersion 8
10
10
targetSdkVersion 22
11
11
versionCode 1
12
- versionName " 0.7.5.1 "
12
+ versionName " 0.7.5.2 "
13
13
}
14
14
lintOptions {
15
15
abortOnError false
@@ -29,7 +29,7 @@ publish {
29
29
userOrg = ' drummer-aidan'
30
30
groupId = ' com.afollestad'
31
31
artifactId = ' material-dialogs'
32
- version = ' 0.7.5.1 '
32
+ version = ' 0.7.5.2 '
33
33
description = ' A library for implementing Material design styled dialogs across all versions of Android.'
34
34
website = ' https://github.com/afollestad/material-dialogs'
35
35
issueTracker = " ${ website} /issues"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
17
17
applicationId " com.afollestad.materialdialogssample"
18
18
minSdkVersion 9
19
19
targetSdkVersion 22
20
- versionCode 127
21
- versionName " 0.7.5.1 "
20
+ versionCode 128
21
+ versionName " 0.7.5.2 "
22
22
}
23
23
lintOptions {
24
24
abortOnError false
You can’t perform that action at this time.
0 commit comments