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
2424
2525``` Gradle
2626dependencies {
27- compile 'com.afollestad:material-dialogs:0.7.5.2 '
27+ compile 'com.afollestad:material-dialogs:0.7.5.3 '
2828}
2929```
3030
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
99 minSdkVersion 8
1010 targetSdkVersion 22
1111 versionCode 1
12- versionName " 0.7.5.2 "
12+ versionName " 0.7.5.3 "
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.2 '
32+ version = ' 0.7.5.3 '
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"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ android {
1717 applicationId " com.afollestad.materialdialogssample"
1818 minSdkVersion 9
1919 targetSdkVersion 22
20- versionCode 128
21- versionName " 0.7.5.2 "
20+ versionCode 129
21+ versionName " 0.7.5.3 "
2222 }
2323 lintOptions {
2424 abortOnError false
You can’t perform that action at this time.
0 commit comments