Sfoglia il codice sorgente

Bintray release now requires a desc to be provided

Aidan Follestad 7 anni fa
parent
commit
91807291de
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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. '
 }