💻 Command line application as an alternative to the ReVanced Manager
Go to file
dependabot[bot] ed2ab814e1
build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.3...1.8.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 19:13:04 +00:00
.github ci: Update action 2024-03-04 15:36:34 +01:00
assets chore: Update README heading 2023-11-22 23:41:26 +01:00
docs docs: Break long lines 2024-02-23 04:02:32 +01:00
gradle build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core 2024-03-06 19:13:04 +00:00
src/main refactor: Move code out of `use` block 2024-02-24 01:10:23 +01:00
.editorconfig build(Needs bump): Bump dependencies 2024-02-15 02:34:10 +01:00
.gitattributes build: update gradle 2023-07-05 23:07:31 +02:00
.gitignore chore: Add `local.properties` to `.gitignore` 2024-01-10 09:33:54 +01:00
.releaserc build: Sign release artifacts 2024-02-21 04:52:53 +01:00
CHANGELOG.md chore(release): 4.4.1-dev.2 [skip ci] 2024-03-04 14:50:04 +00:00
CONTRIBUTING.md docs: Fix broken links 2024-02-26 04:37:46 +01:00
LICENSE Create LICENSE 2022-05-06 23:05:42 +02:00
README.md docs: Add features and documentation section to readme 2024-02-26 04:38:22 +01:00
build.gradle.kts build: Set target bytecode level to JVM 11 2024-03-04 19:16:09 +01:00
gradle.properties chore(release): 4.4.1-dev.2 [skip ci] 2024-03-04 14:50:04 +00:00
gradlew build: update gradle 2023-07-05 23:07:31 +02:00
gradlew.bat build: update gradle 2023-07-05 23:07:31 +02:00
package-lock.json build(Needs bump): Bump dependencies 2024-02-15 02:34:10 +01:00
package.json build(Needs bump): Bump dependencies 2024-02-15 02:34:10 +01:00
settings.gradle.kts build: Simplify enabling local build cache 2023-12-10 21:57:12 +01:00

README.md


                       

Continuing the legacy of Vanced

💻 ReVanced CLI

GitHub Workflow Status (with event) GPLv3 License

Command line application to use ReVanced.

About

ReVanced CLI is a command line application that uses ReVanced Patcher to patch Android apps.

💪 Features

Some of the features ReVanced CLI provides are:

  • 💉 Patch apps: Harness ReVanced Patcher to patch Android apps
  • 💾 Install and uninstall apps: Install and uninstall Apps via ADB, using the Android package manager, or by mounting using root permissions
  • 📃 List patches from patch bundles: List available patches, compatible packages, and versions
  • 💪 Flexibility and functionality: Apply any combination of patches to any version of Android apps

🔽 Download

You can download the most recent version of ReVanced CLI from here.
Learn how to use ReVanced CLI by following the documentation.

📚 Everything else

📙 Contributing

Thank you for considering contributing to ReVanced CLI. You can find the contribution guidelines here.

🛠️ Building

To build a ReVanced CLI, you can follow the documentation.

📃 Documentation

You can find the documentation of ReVanced CLI here.

📜 Licence

ReVanced CLI is licensed under the GPLv3 license. Please see the license file for more information. tl;dr you may copy, distribute and modify ReVanced CLI as long as you track changes/dates in source files. Any modifications to ReVanced CLI must also be made available under the GPL, along with build & install instructions.