-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Danh Nguyen edited this page Feb 13, 2021
·
42 revisions
- Danh Nguyen
- Steven Heung
- Justin Monteza
- Ayman Abdelfattah
- Raamish Naveed
- Urvi Patel
- Mazen ElBaz
- 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
- 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)
- 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