|
@@ -3,13 +3,13 @@ apply plugin: 'bintray-release'
|
|
|
|
|
|
android {
|
|
|
compileSdkVersion 22
|
|
|
- buildToolsVersion "22.0.1"
|
|
|
+ buildToolsVersion "23.0.0 rc2"
|
|
|
|
|
|
defaultConfig {
|
|
|
minSdkVersion 8
|
|
|
targetSdkVersion 22
|
|
|
versionCode 1
|
|
|
- versionName "0.7.6.0"
|
|
|
+ versionName "0.7.7.0"
|
|
|
}
|
|
|
lintOptions {
|
|
|
abortOnError false
|
|
@@ -29,7 +29,7 @@ publish {
|
|
|
userOrg = 'drummer-aidan'
|
|
|
groupId = 'com.afollestad'
|
|
|
artifactId = 'material-dialogs'
|
|
|
- version = '0.7.6.0'
|
|
|
+ version = '0.7.7.0'
|
|
|
description = 'A library for implementing Material design styled dialogs across all versions of Android.'
|
|
|
website = 'https://github.com/afollestad/material-dialogs'
|
|
|
issueTracker = "${website}/issues"
|