Skip to content

Instantly share code, notes, and snippets.

Latest Revision: 2019-10-03 by Matt Niehoff

Maven Central

This file documents a process for getting your repository up on Maven Central. There may be other approaches that work, but this approach successfully uploaded the pdfreader-android project.

This guide is meant to be followed from top to bottom. It is not exhaustive of all issues you might encounter and is no guarantee that the process won't behave differently on your computer. It was done on a project built in Android Studio for the Windows operating system. There are links at the bottom of this document where you can explore each area futher as you have need or interest.

Table of Contents

@mattniehoff
mattniehoff / allowBackup.xml
Created July 19, 2017 01:39
Setting allowBackup to false ensures the local instance of SQLite is removed on uninstall
<application
android:allowBackup="false">
</application>
( •_•)
( •_•)>⌐■-■
(⌐■_■)