tachiyomi-extensions icon indicating copy to clipboard operation
tachiyomi-extensions copied to clipboard

Update Niceoppai.kt

Open ponekub083 opened this issue 2 years ago • 3 comments

Checklist:

  • [ ] Updated extVersionCode value in build.gradle for individual extensions
  • [x] 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

ponekub083 avatar Sep 18 '22 16:09 ponekub083

Please follow the checklist

Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions

alessandrojean avatar Sep 18 '22 16:09 alessandrojean

Please follow the checklist

Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions

updated. thx

ponekub083 avatar Sep 19 '22 01:09 ponekub083

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.

alessandrojean avatar Sep 19 '22 14:09 alessandrojean

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

ponekub083 avatar Sep 22 '22 13:09 ponekub083

Find MadaraGenerator in the top right of Android Studio and run it once. It will format your code automatically.

stevenyomi avatar Sep 22 '22 13:09 stevenyomi