# Publishing with Gradle

DevFeed: [Publishing with Gradle](<https://devfeed.tech/articles/publishing-with-gradle-38380.md>)

Original publisher: [Read original article](<https://meedamian.com/post/publishing-with-gradle/>)

Author: hi@meedamian.com (Damian Mee)

Published: 2014-05-17T00:00:00Z

Content type: tutorial

Language: en

Sources: [Damian Mee | Blog | Portfolio | About](<https://devfeed.tech/sources/damian-mee-blog-portfolio-about.md>)

Topics: [Gradle](<https://devfeed.tech/topics/gradle.md>), [Android](<https://devfeed.tech/topics/android.md>), [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [builds](<https://devfeed.tech/topics/builds.md>), [Publishing](<https://devfeed.tech/topics/publishing.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [build](<https://devfeed.tech/tags/build.md>), [build-system](<https://devfeed.tech/tags/build-system.md>), [directory](<https://devfeed.tech/tags/directory.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [ide](<https://devfeed.tech/tags/ide.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [publishing](<https://devfeed.tech/tags/publishing.md>), [repository](<https://devfeed.tech/tags/repository.md>), [script](<https://devfeed.tech/tags/script.md>)

## AI overview

A tutorial on publishing Android production builds with Gradle. It presents three credential-handling and publishing workflows, including direct file entry, console input, and a repository-friendly project configuration, while warning that committed credentials make a repository unsafe to open-source.

## Source excerpt

Redundant intro As I started my Android journey with Eclipse I was used to wizards like this: So, you can imagine my surprise when this happened (if you can't access this link click here). It was unexpected, but pushed me to learn more about Gradle build system. At first gradle docs seemed really overwhelming, because they were covering so much more than only publishing production builds (more about that in my future posts).