diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0da49b0..d56ec2f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -45,7 +45,6 @@ jobs: - name: Build youtube-music-revacned run: | java -jar revanced-cli.jar patch \ - --custom-aapt2-binary=lib/arm64-v8a/libaapt2.so \ --keystore=youtube-music-revanced.keystore \ -bp=revanced-patches.rvp \ -o=youtube-music-revanced.apk \ diff --git a/build.sh b/build.sh index f3b49f4..e0d22e6 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,6 @@ curl -s https://api.github.com/repos/ReVanced/revanced-patches/releases/latest | wget --progress=dot -i - -O revanced-patches.rvp java -jar revanced-cli.jar patch \ - --custom-aapt2-binary=lib/arm64-v8a/libaapt2.so \ --keystore=youtube-music-revanced.keystore \ -bp=revanced-patches.rvp \ -o=youtube-music-revanced.apk \ diff --git a/lib/arm64-v8a/libaapt2.so b/lib/arm64-v8a/libaapt2.so deleted file mode 100755 index a8d0f84..0000000 Binary files a/lib/arm64-v8a/libaapt2.so and /dev/null differ