https://github.com/elliottophellia/revanced-actions-builder
Automatically Build ReVanced App using GitHub Actions
https://github.com/elliottophellia/revanced-actions-builder
revanced revanced-apk revanced-builder revanced-youtube
Last synced: 11 months ago
JSON representation
Automatically Build ReVanced App using GitHub Actions
- Host: GitHub
- URL: https://github.com/elliottophellia/revanced-actions-builder
- Owner: elliottophellia
- License: gpl-3.0
- Created: 2024-04-25T20:08:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T14:09:16.000Z (about 1 year ago)
- Last Synced: 2025-03-25T22:21:21.970Z (12 months ago)
- Topics: revanced, revanced-apk, revanced-builder, revanced-youtube
- Language: Shell
- Homepage: https://rei.my.id/revanced
- Size: 93.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - ReVanced Actions Builder Template
README
```
╦═╗╔═╗╦ ╦╔═╗╔╗╔╔═╗╔═╗╔╦╗ REVANCED ACTIONS BUILDER
╠╦╝║╣ ╚╗╔╝╠═╣║║║║ ║╣ ║║ BUILD REVANCED YOURSELF!
╩╚═╚═╝ ╚╝ ╩ ╩╝╚╝╚═╝╚═╝═╩╝ @elliottophellia #VSPO
- ko-fi.com/elliottophellia
- saweria.co/elliottophellia
- trakteer.id/elliottophellia
- liberapay.com/elliottophellia
```
Build ReVanced using GitHub Actions.
**NO APKs WILL BE UPLOADED IN THIS REPOSITORY UNDER ANY CIRCUMSTANCES TO AVOID DMCA.**
## Usage
1. Fork this repository
2. Create `ACTIONS_DEPLOY_ACCESS_TOKEN` secret with your GitHub Personal Access Token
3. Go to Actions
4. Run `Build APK with Rei Patches` workflow
## Configurations
```config
#
# REVANCED BUILD APK CONFIGS
#
BUILD_REVANCED="true"
BUILD_REVANCED_MUSIC="true"
APPNAME_REVANCED="youtube"
APPNAME_REVANCED_MUSIC="youtube-music"
PKGNAME_REVANCED="com.google.android.youtube"
PKGNAME_REVANCED_MUSIC="com.google.android.apps.youtube.music"
VERSION_REVANCED="19.47.53"
VERSION_REVANCED_MUSIC="7.29.51"
```
## License
```
Revanced-Actions-Builder
Copyright (C) 2024 Reidho Satria
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
```
## Credits
- [revanced-build-template](https://github.com/n0k0m3/revanced-build-template) by [n0k0m3](https://github.com/n0k0m3)
- [revanced-patches](https://github.com/revanced/revanced-patches) by [revanced](https://github.com/revanced)
- [revanced-integrations](https://github.com/revanced/revanced-integrations) by [revanced](https://github.com/revanced)
- [revanced-cli](https://github.com/revanced/revanced-cli) by [revanced](https://github.com/revanced)
- [revanced-gmscore](https://github.com/revanced/gmscore) by [revanced](https://github.com/revanced)