mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-03 19:27:40 +01:00
a079fe74fc
* refactor: swap to google smali 3.0.3 * docs: update docs for smali change
1.0 KiB
1.0 KiB
Contributing
A couple of quick tips to ease the submission process.
-
Please reference the bug number from our issue list in any pull requests to help associate fixes with bugs.
-
If possible, add unit-tests for any bugs that you fix.
-
Building via Gradle will automatically run unit-tests. The build will end if any test fails.
-
IntelliJ IDEA is our IDE of choice. It has built in debugger support along with Gradle integration.
-
For changes to smali/baksmali please see their page for more information.
Code Styles
- A rough guideline based on AOSP Guidelines.
- A tab counts as 4 spaces and we use 4 spaces.
- Our right margin is 120 characters long.