File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed 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.0 "
12
+ versionName " 0.7.1.1 "
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.0 '
31
+ version = ' 0.7.1.1 '
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 105
12
- versionName " 0.7.1.0 "
11
+ versionCode 106
12
+ versionName " 0.7.1.1 "
13
13
}
14
14
lintOptions {
15
15
abortOnError false
@@ -19,5 +19,5 @@ android {
19
19
dependencies {
20
20
compile fileTree(dir : ' libs' , include : [' *.jar' ])
21
21
compile project(' :library' )
22
- compile ' com.android.support:gridlayout-v7:21 .0.3 '
22
+ compile ' com.android.support:gridlayout-v7:22 .0.0@aar '
23
23
}
You can’t perform that action at this time.
0 commit comments