فهرست منبع

Bintray release now requires a desc to be provided

Aidan Follestad 7 سال پیش
والد
کامیت
91807291de
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      commons/build.gradle
  2. 1 0
      core/build.gradle

+ 1 - 0
commons/build.gradle

@@ -38,4 +38,5 @@ publish {
     artifactId = 'commons'
     publishVersion = versions.publishVersion
     website = 'https://github.com/afollestad/material-dialogs'
+    desc = 'A beautiful, fluid, and customizable dialogs API. '
 }

+ 1 - 0
core/build.gradle

@@ -39,4 +39,5 @@ publish {
     artifactId = 'core'
     publishVersion = versions.publishVersion
     website = 'https://github.com/afollestad/material-dialogs'
+    desc = 'A beautiful, fluid, and customizable dialogs API. '
 }