tachiyomi-extensions
tachiyomi-extensions copied to clipboard
Update Niceoppai.kt
Checklist:
- [ ] Updated
extVersionCode
value inbuild.gradle
for individual extensions - [x] Updated
overrideVersionCode
orbaseVersionCode
as needed for all multisrc extensions - [ ] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [ ] Added the
isNsfw = true
flag inbuild.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
Please follow the checklist
Updated
overrideVersionCode
orbaseVersionCode
as needed for all multisrc extensions
Please follow the checklist
Updated
overrideVersionCode
orbaseVersionCode
as needed for all multisrc extensions
updated. thx
These would be likely pointed out during extension tests and building if Android Studio was used. Please do make use of it like the checklist asks.
These would be likely pointed out during extension tests and building if Android Studio was used. Please do make use of it like the checklist asks.
updated . run the extension on Android Studio
Find MadaraGenerator
in the top right of Android Studio and run it once. It will format your code automatically.