|
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
|
|
|
apply plugin: 'bintray-release'
|
|
|
|
|
|
android {
|
|
|
- compileSdkVersion 21
|
|
|
- buildToolsVersion "21.1.2"
|
|
|
+ compileSdkVersion 22
|
|
|
+ buildToolsVersion "22.0.0"
|
|
|
|
|
|
defaultConfig {
|
|
|
minSdkVersion 8
|
|
|
- targetSdkVersion 21
|
|
|
+ targetSdkVersion 22
|
|
|
versionCode 1
|
|
|
versionName "0.6.3.5"
|
|
|
}
|
|
@@ -32,4 +32,4 @@ publish {
|
|
|
website = 'https://github.com/afollestad/material-dialogs'
|
|
|
issueTracker = "${website}/issues"
|
|
|
repository = "${website}.git"
|
|
|
-}
|
|
|
+}
|