mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-22 08:57:32 +01:00
chore: merge branch dev
to main
(#225)
This commit is contained in:
commit
79dc99aa9b
@ -1,3 +1,7 @@
|
|||||||
|
## [2.21.2-dev.2](https://github.com/revanced/revanced-cli/compare/v2.21.2-dev.1...v2.21.2-dev.2) (2023-05-15)
|
||||||
|
|
||||||
|
## [2.21.2-dev.1](https://github.com/revanced/revanced-cli/compare/v2.21.1...v2.21.2-dev.1) (2023-05-07)
|
||||||
|
|
||||||
## [2.21.1](https://github.com/revanced/revanced-cli/compare/v2.21.0...v2.21.1) (2023-05-06)
|
## [2.21.1](https://github.com/revanced/revanced-cli/compare/v2.21.0...v2.21.1) (2023-05-06)
|
||||||
|
|
||||||
## [2.21.1-dev.1](https://github.com/revanced/revanced-cli/compare/v2.21.0...v2.21.1-dev.1) (2023-05-06)
|
## [2.21.1-dev.1](https://github.com/revanced/revanced-cli/compare/v2.21.0...v2.21.1-dev.1) (2023-05-06)
|
||||||
|
@ -25,7 +25,7 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.20-RC")
|
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.20-RC")
|
||||||
|
|
||||||
implementation("app.revanced:revanced-patcher:7.1.0")
|
implementation("app.revanced:revanced-patcher:9.0.0")
|
||||||
implementation("info.picocli:picocli:4.7.1")
|
implementation("info.picocli:picocli:4.7.1")
|
||||||
implementation("com.github.revanced:jadb:2531a28109") // updated fork
|
implementation("com.github.revanced:jadb:2531a28109") // updated fork
|
||||||
implementation("com.android.tools.build:apksig:8.1.0-alpha09")
|
implementation("com.android.tools.build:apksig:8.1.0-alpha09")
|
||||||
@ -34,6 +34,10 @@ dependencies {
|
|||||||
testImplementation("org.jetbrains.kotlin:kotlin-test:1.8.20-RC")
|
testImplementation("org.jetbrains.kotlin:kotlin-test:1.8.20-RC")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kotlin {
|
||||||
|
jvmToolchain(11)
|
||||||
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
test {
|
test {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
|
@ -1,17 +1,15 @@
|
|||||||
# ๐ผ Prerequisites
|
# ๐ผ Prerequisites
|
||||||
|
|
||||||
To use the ReVanced CLI, you will need to fulfill certain requirements.
|
To use ReVanced CLI, you will need to fulfill certain requirements.
|
||||||
|
|
||||||
## ๐ค Requirements
|
## ๐ค Requirements
|
||||||
|
|
||||||
- [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb), the command-line tool that lets
|
- [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) if you want to deploy the patched APK file on your device
|
||||||
you communicate with a device (optional).
|
- An ABI other than ARMv7 such as x86 or x86-64 (or a custom AAPT binary that supports ARMv7)
|
||||||
- A x86/x86_64 host (or a custom AAPT binary for your architecture)
|
- Java SDK 17 or higher (Azul JDK or OpenJDK)
|
||||||
- Zulu OpenJDK 17
|
|
||||||
- An APK file (e.g. YouTube v17.49.37 or YouTube Music v5.36.51)
|
|
||||||
|
|
||||||
## โญ๏ธ Whats next
|
## โญ๏ธ Whats next
|
||||||
|
|
||||||
The next section will show, how to use the [ReVanced CLI](https://github.com/revanced/revanced-cli).
|
The next section will show, how to use [ReVanced CLI](https://github.com/revanced/revanced-cli).
|
||||||
|
|
||||||
Continue: [๐ ๏ธ Using the ReVanced CLI](1_usage.md)
|
Continue: [๐ ๏ธ Using ReVanced CLI](1_usage.md)
|
@ -1,6 +1,6 @@
|
|||||||
# ๐ ๏ธ Using the ReVanced CLI
|
# ๐ ๏ธ Using ReVanced CLI
|
||||||
|
|
||||||
Learn how to use the ReVanced CLI.
|
Learn how to ReVanced CLI.
|
||||||
|
|
||||||
## โก Setup (optional)
|
## โก Setup (optional)
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ Learn how to use the ReVanced CLI.
|
|||||||
|
|
||||||
## ๐จ ReVanced CLI Usage
|
## ๐จ ReVanced CLI Usage
|
||||||
|
|
||||||
- ### Show all available options for the ReVanced CLI
|
- ### Show all available options for ReVanced CLI
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
java -jar revanced-cli.jar -h
|
java -jar revanced-cli.jar -h
|
||||||
@ -38,7 +38,7 @@ Learn how to use the ReVanced CLI.
|
|||||||
-l
|
-l
|
||||||
```
|
```
|
||||||
|
|
||||||
- ### Use the ReVanced CLI without root permissions
|
- ### Use ReVanced CLI without root permissions
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
java -jar revanced-cli.jar \
|
java -jar revanced-cli.jar \
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ๐ป Documentation and guides of ReVanced CLI
|
# ๐ป Documentation and guides of ReVanced CLI
|
||||||
|
|
||||||
This documentation explains how to use the [ReVanced CLI](https://github.com/revanced/revanced-cli).
|
This documentation explains how to use [ReVanced CLI](https://github.com/revanced/revanced-cli).
|
||||||
|
|
||||||
## ๐ Table of contents
|
## ๐ Table of contents
|
||||||
|
|
||||||
1. [๐ผ Prerequisites](0_prerequisites.md)
|
1. [๐ผ Prerequisites](0_prerequisites.md)
|
||||||
2. [๐ ๏ธ Using the ReVanced CLI](1_usage.md)
|
2. [๐ ๏ธ Using ReVanced CLI](1_usage.md)
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 2.21.1
|
version = 2.21.2-dev.2
|
||||||
|
Loadingโฆ
x
Reference in New Issue
Block a user