Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raleighlittles/my-first-app

Google's "My first app" example from developers.android.com with automatic Google Play publishing.
https://github.com/raleighlittles/my-first-app

android-studio continuous-delivery google-play-developer-api gradle gradle-play-publisher my-first-app travis-ci

Last synced: about 19 hours ago
JSON representation

Google's "My first app" example from developers.android.com with automatic Google Play publishing.

Awesome Lists containing this project

README

        

![build-badge](https://travis-ci.org/raleighlittles/My-First-App.svg?branch=master)

# Background

The purpose of this project was to familiarize myself with how to get automated Google Play publishing setup.

# About

The actual Android application here is described in the "Build your first app" example on the [developer.android.com](https://developer.android.com/training/basics/firstapp) page.

# CI/CD strategy

This project uses Travis CI, and relies on the [Gradle Play Publisher](https://github.com/Triple-T/gradle-play-publisher) plugin to automatically created a signed APK, and then publish it.

The Gradle Play Publisher plugin internally utilizes the Google Play Developer API.

On each commit, a signed APK is created, and then published.

Get it on Google Play