This project will allow you to build ReVanced and download YouTube APK easily!
You'll need at least NodeJS v13, Zulu JDK 17 and ADB
First, clone or download the repository
Second, install the modules (npm i
)
Third, build ReVanced! (node . --patch
)
If you want to exclude a patch, add the exclude
option:
node . --patch --exclude disable-shorts-button
If you want to exclude more, seperate the patches with a comma:
node . --patch --exclude disable-shorts-button,microg-support