Compare commits

..

No commits in common. "master" and "v8.05.51" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

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

Binary file not shown.