Compare commits
2 Commits
0c1831c72f
...
3b56b71938
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b56b71938 | |||
| c9943bc7a9 |
@ -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
|
||||||
|
|
||||||
|
|||||||
2
build.sh
2
build.sh
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user