This template provides a starting point for Android projects at 4All.
This repository provides the following components that are common to our projects:
- CHANGELOG.md
- README.md
- Git Ignore
- Ktlint
- Lint for Android
- Unit tests
- 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
- Delete the
- Rename project's modules
- Update
settings.gradle
to point to the modules you added - Update
dependencies.gradle
and respectivebuild.gradle
files to make sure dependencies are hooked up and compiling properly
- Update
- 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
Replace this text with a synopsis of the app.
Explain why this app exists and what problems it solves.
© 2019 4all.com