Compare commits

..

3 Commits

Author SHA1 Message Date
semantic-release-bot
107dc50cc3 chore(release): 2.21.2-dev.2 [skip ci]
## [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)
2023-05-15 10:25:05 +00:00
LisoUseInAIKyrios
0b56387d9e build(revanced-patcher): bump version (#226) 2023-05-15 12:23:28 +02:00
oSumAtrIX
7133242691 build: use Java SDK 17 for building 2023-05-09 07:13:17 +02:00
5 changed files with 6 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'zulu'
cache: gradle
- name: Setup Node.js

View File

@@ -1,3 +1,5 @@
## [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)

View File

@@ -25,7 +25,7 @@ repositories {
dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.20-RC")
implementation("app.revanced:revanced-patcher:7.1.1")
implementation("app.revanced:revanced-patcher:8.0.0")
implementation("info.picocli:picocli:4.7.1")
implementation("com.github.revanced:jadb:2531a28109") // updated fork
implementation("com.android.tools.build:apksig:8.1.0-alpha09")

View File

@@ -6,7 +6,7 @@ To use ReVanced CLI, you will need to fulfill certain requirements.
- [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) if you want to deploy the patched APK file on your device
- An ABI other than ARMv7 such as x86 or x86-64 (or a custom AAPT binary that supports ARMv7)
- Java SDK 11 (Azul JDK or OpenJDK)
- Java SDK 17 or higher (Azul JDK or OpenJDK)
## ⏭️ Whats next

View File

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