Skip to content

Commit a16b629

Browse files
committed
Release 0.7.1.3
1 parent 8156873 commit a16b629

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.1.2'
27+
compile 'com.afollestad:material-dialogs:0.7.1.3'
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.1.1"
12+
versionName "0.7.1.3"
1313
}
1414
lintOptions {
1515
abortOnError false
@@ -28,7 +28,7 @@ publish {
2828
userOrg = 'drummer-aidan'
2929
groupId = 'com.afollestad'
3030
artifactId = 'material-dialogs'
31-
version = '0.7.1.2'
31+
version = '0.7.1.3'
3232
description = 'A library for implementing Material design styled dialogs across all versions of Android.'
3333
website = 'https://github.com/afollestad/material-dialogs'
3434
issueTracker = "${website}/issues"

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.afollestad.materialdialogssample"
99
minSdkVersion 9
1010
targetSdkVersion 22
11-
versionCode 107
12-
versionName "0.7.1.2"
11+
versionCode 108
12+
versionName "0.7.1.3"
1313
}
1414
lintOptions {
1515
abortOnError false

sample/sample.apk

362 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)