mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
11 lines
614 B
Markdown
11 lines
614 B
Markdown
Checklist:
|
|
|
|
- [ ] Updated `extVersionCode` value in `build.gradle` for individual extensions
|
|
- [ ] Updated `overrideVersionCode` or `baseVersionCode` as needed for all multisrc extensions
|
|
- [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
|
|
- [ ] Added the `isNsfw = true` flag in `build.gradle` when appropriate
|
|
- [ ] Have not changed source names
|
|
- [ ] Have explicitly kept the `id` if a source's name or language were changed
|
|
- [ ] Have tested the modifications by compiling and running the extension through Android Studio
|
|
- [ ] Have removed `web_hi_res_512.png` when adding a new extension
|