mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-04-30 14:04:26 +02:00
842 B
842 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 you're adding a 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