Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/raleighlittles/my-first-app
- Owner: raleighlittles
- Created: 2019-05-25T23:04:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T17:21:42.000Z (over 2 years ago)
- Last Synced: 2024-11-28T03:12:29.632Z (2 months ago)
- Topics: android-studio, continuous-delivery, google-play-developer-api, gradle, gradle-play-publisher, my-first-app, travis-ci
- Language: Kotlin
- Homepage:
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.