# Publishing an Android library to MavenCentral in 2019

DevFeed: [Publishing an Android library to MavenCentral in 2019](<https://devfeed.tech/articles/publishing-an-android-library-to-mavencentral-in-2019-27045.md>)

Original publisher: [Read original article](<https://web.archive.org/web/20210621172035/https://blog.autsoft.hu/publishing-an-android-library-to-mavencentral-in-2019/>)

Author: Márton Braun

Published: 2019-08-27T16:00:00Z

Content type: tutorial

Language: en

Sources: [zsmb.co](<https://devfeed.tech/sources/zsmb-co.md>)

Topics: [Android Library](<https://devfeed.tech/topics/android-library.md>), [Android](<https://devfeed.tech/topics/android.md>), [Maven](<https://devfeed.tech/topics/maven.md>), [Library](<https://devfeed.tech/topics/library.md>), [Publishing](<https://devfeed.tech/topics/publishing.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-library](<https://devfeed.tech/tags/android-library.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [integrity](<https://devfeed.tech/tags/integrity.md>), [library](<https://devfeed.tech/tags/library.md>), [maven](<https://devfeed.tech/tags/maven.md>), [mavencentral](<https://devfeed.tech/tags/mavencentral.md>), [pair](<https://devfeed.tech/tags/pair.md>), [private-key](<https://devfeed.tech/tags/private-key.md>), [publication](<https://devfeed.tech/tags/publication.md>), [repositories](<https://devfeed.tech/tags/repositories.md>)

## AI overview

A tutorial explaining how to publish an Android library to MavenCentral, including Sonatype registration, artifact signing with a GPG key pair, and the publication workflow.

## Source excerpt

MavenCental is the place to be for serious libraries, but setting up publication to it can be a truly daunting task. Here's the guide to how we do it.