Skip to content

Commit 385c3a2

Browse files
committed
Release 0.7.1.1
1 parent 1576649 commit 385c3a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.0"
12+
versionName "0.7.1.1"
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.0'
31+
version = '0.7.1.1'
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: 3 additions & 3 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 105
12-
versionName "0.7.1.0"
11+
versionCode 106
12+
versionName "0.7.1.1"
1313
}
1414
lintOptions {
1515
abortOnError false
@@ -19,5 +19,5 @@ android {
1919
dependencies {
2020
compile fileTree(dir: 'libs', include: ['*.jar'])
2121
compile project(':library')
22-
compile 'com.android.support:gridlayout-v7:21.0.3'
22+
compile 'com.android.support:gridlayout-v7:22.0.0@aar'
2323
}

sample/sample.apk

519 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)