chore: merge branch dev to main (#225)

This commit is contained in:
oSumAtrIX 2023-05-24 21:17:06 +02:00 committed by GitHub
commit 79dc99aa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 16 deletions

View File

@ -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)

View File

@ -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()

View File

@ -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)

View File

@ -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 \

View File

@ -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)

View File

@ -1,2 +1,2 @@
kotlin.code.style = official kotlin.code.style = official
version = 2.21.1 version = 2.21.2-dev.2