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.1.2 '
27
+ compile 'com.afollestad:material-dialogs:0.7.1.3 '
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.1.1 "
12
+ versionName " 0.7.1.3 "
13
13
}
14
14
lintOptions {
15
15
abortOnError false
@@ -28,7 +28,7 @@ publish {
28
28
userOrg = ' drummer-aidan'
29
29
groupId = ' com.afollestad'
30
30
artifactId = ' material-dialogs'
31
- version = ' 0.7.1.2 '
31
+ version = ' 0.7.1.3 '
32
32
description = ' A library for implementing Material design styled dialogs across all versions of Android.'
33
33
website = ' https://github.com/afollestad/material-dialogs'
34
34
issueTracker = " ${ website} /issues"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.afollestad.materialdialogssample"
9
9
minSdkVersion 9
10
10
targetSdkVersion 22
11
- versionCode 107
12
- versionName " 0.7.1.2 "
11
+ versionCode 108
12
+ versionName " 0.7.1.3 "
13
13
}
14
14
lintOptions {
15
15
abortOnError false
You can’t perform that action at this time.
0 commit comments