|
@@ -1,5 +1,5 @@
|
|
|
apply plugin: 'com.android.library'
|
|
|
-//apply plugin: 'com.novoda.bintray-release'
|
|
|
+apply plugin: 'com.novoda.bintray-release'
|
|
|
|
|
|
android {
|
|
|
compileSdkVersion 23
|
|
@@ -24,13 +24,13 @@ dependencies {
|
|
|
compile 'com.android.support:support-annotations:23.0.0'
|
|
|
}
|
|
|
|
|
|
-//publish {
|
|
|
-// userOrg = 'drummer-aidan'
|
|
|
-// groupId = 'com.afollestad'
|
|
|
-// artifactId = 'material-dialogs'
|
|
|
-// version = '0.7.9.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"
|
|
|
-// repository = "${website}.git"
|
|
|
-//}
|
|
|
+publish {
|
|
|
+ userOrg = 'drummer-aidan'
|
|
|
+ groupId = 'com.afollestad'
|
|
|
+ artifactId = 'material-dialogs'
|
|
|
+ version = '0.7.9.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"
|
|
|
+ repository = "${website}.git"
|
|
|
+}
|