An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)