A simple Android template that lets you create an Android project quickly.
Just click on button to create a new repo starting from this template.
For the compose version, which is under development, switch to feature/compose branch.
This template is using GitHub Actions as CI.
Available workflows listed as follows:
build
task.assembleDebug
task.dependencyUpdates
- Displays the dependency updates for the project.detektAll
- Run the static Kotlin code analysis for the whole project at once.buildHealth
- Provides advice for managing dependencies and other
applied plugins.ossIndexAudit
- Scans the dependencies of a
Gradle project using Sonatype platforms; OSS Index and Nexus IQ Server.Feel free to open an issue or submit a pull request for any bugs/improvements.