-
Notifications
You must be signed in to change notification settings - Fork 0
Guidelines
urvi-p edited this page Feb 25, 2021
·
1 revision
- Android SDK as follow here. A the time of written (Feb 2021), reccomend API level 30.
- For compatibility between Android Studio and Intellij, setting as follow here.
- .gitignore should include at least:
- .idea/
- gradle/wrapper/
- gradle.properties
- settings.gradle
- Java SDK either 14.0 or higher, or 8.0 for legacy support.
- Pull the latest version-branch (i.e. v2.1)
- Create a new branch to implement a feature. Naming branch according to the feature is recommended.
- Create a new pull request to the version-branch (not master) when finished.
- Do not make direct change (merge, edit) to the version-branch or the master branch.
- Test the project thoroughly.
- Commit a version release checkpoint, marked as RELEASE Vx.x
- Merge to master.
- Do not delete the branch.
- Branch from master for next version.
TOOLS
MEETING NOTES
DELIVERABLES