Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

4alltecnologia/seed-android

Repository files navigation

4all - Seed Android

CircleCI codecov

{w=100%}

This template provides a starting point for Android projects at 4All.

Scaffolding Provided

This repository provides the following components that are common to our projects:

  • CHANGELOG.md
  • README.md
  • Git Ignore
  • Ktlint
  • Lint for Android
  • Unit tests

Checklist

  • Clone this repository into a folder of your project's name git clone https://github.com/4alltecnologia/seed-android.git.
  • Reinitialize git
    • Delete the .git folder
    • Start a git repo with git init
    • Make initial git commit with all files
  • Rename project's modules
    • Update settings.gradle to point to the modules you added
    • Update dependencies.gradle and respective build.gradle files to make sure dependencies are hooked up and compiling properly
  • Modify CHANGELOG.md to reflect the version of your initial release.
  • Update this README.md file to reflect your project.
    • Delete everything above including these checkboxes

Project Name

Replace this text with a synopsis of the app.

Motivation

Explain why this app exists and what problems it solves.

License

© 2019 4all.com

Releases

No releases published

Packages

No packages published

Languages