Google Photo Revanced Patched is a GitHub repository that automates the process of downloading the latest APK of Google Photos and the latest releases of ReVanced. Using GitHub Actions, this project compiles these elements into a release, allowing you to easily obtain the patched version of Google Photos.
- Automatically downloads the latest Google Photos APK.
- Fetches the most recent releases of ReVanced.
- Patches the APK with ReVanced features.
- Creates a release with a version specified in the
version.txt
file.
This project uses GitHub Actions to run the following steps:
- Checkout the Repository: Retrieves the latest code from the repository.
- Setup Python: Installs Python and required dependencies.
- Download APKs and ReVanced Files: Executes a Python script to fetch the necessary files.
- Patch Google Photos APK: Uses
revanced-cli
to patch the downloaded APK. - Create Output Directory: Prepares a directory for the patched APK.
- Move Patched APK: Places the patched APK in the output directory.
- Create a Tag and Release: Tags the release based on the version specified in
version.txt
. - Publish the Release: Creates a GitHub release with the patched APK.
To specify the version for each release, create or update the version.txt
file in the repository. The current format is:
- Automated versioning system to generate version names in the format
Google_photo.[Google Photos version].[Patch version]
.
To use this project, you need to create a GitHub repository and set up GitHub Actions. Follow these steps:
- Fork or Clone this Repository.
- Create a
version.txt
file at the root of the repository to specify the version. - Enable GitHub Actions for your repository.
Once the workflow is set up, any push to the master
branch will trigger the automated process, creating a new release with the latest patched APK.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or suggestions.
This project is licensed under the GPL 3.0.