Compare commits

..

3 Commits

Author SHA1 Message Date
488520662f Update custom aapt2 library 2026-03-19 23:17:26 +01:00
3b56b71938 Update java version 2026-03-19 22:53:21 +01:00
c9943bc7a9 Bypass patches signature 2026-03-19 22:53:00 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v4 uses: actions/setup-java@v4
with: with:
distribution: 'zulu' distribution: 'zulu'
java-version: '11' java-version: '25'
- name: Install jq - name: Install jq
run: apt update && apt install jq -y run: apt update && apt install jq -y
@ -47,7 +47,7 @@ jobs:
java -jar revanced-cli.jar patch \ java -jar revanced-cli.jar patch \
--custom-aapt2-binary=lib/arm64-v8a/libaapt2.so \ --custom-aapt2-binary=lib/arm64-v8a/libaapt2.so \
--keystore=youtube-music-revanced.keystore \ --keystore=youtube-music-revanced.keystore \
-p=revanced-patches.rvp \ -bp=revanced-patches.rvp \
-o=youtube-music-revanced.apk \ -o=youtube-music-revanced.apk \
input.apk input.apk

View File

@ -17,6 +17,6 @@ curl -s https://api.github.com/repos/ReVanced/revanced-patches/releases/latest |
java -jar revanced-cli.jar patch \ java -jar revanced-cli.jar patch \
--custom-aapt2-binary=lib/arm64-v8a/libaapt2.so \ --custom-aapt2-binary=lib/arm64-v8a/libaapt2.so \
--keystore=youtube-music-revanced.keystore \ --keystore=youtube-music-revanced.keystore \
-p=revanced-patches.rvp \ -bp=revanced-patches.rvp \
-o=youtube-music-revanced.apk \ -o=youtube-music-revanced.apk \
input.apk input.apk

Binary file not shown.