838 B

🧑‍💻 Developing for ReVanced Manager

ReVanced Manager is developed on Kotlin using Jetpack Compose, here are some tips to help you get started.

Code style

The styling is based on https://kotlinlang.org/docs/coding-conventions.html

Commit

At ReVanced, we adopt a naming convention for commit called Conventional Commits so for example when your adding new feature you must add feat: before the description of your commit.

Building

To build ReVanced Manager, simply hit build button on your IDE or run:

./gradlew assembleDebug

⏭️ What's next

The next page will guide you through developing for ReVanced Manager.

Continue: 🎉 Submitting your Pull Request