SnapEnhance is an Xposed mod that enhances your Snapchat experience.
This is Un-Offical repo to build the LSPatch Version.
This repository contains a GitHub Actions workflow for generating a Snapchat APK by using the SnapEnhance Module and creating a public release.
This solution provides a non-root method for enhancing Snapchat without needing to manually patch it every time there's an update. It automates the process by downloading the APK and patching it for you.
- Install SnapFirst: Install the SnapFirst app and login to your Snapchat account.
- Install SnapEnhance: Install V2 fo it.
- Update SnapLatest: Use SnapFirst to update Snapchat to the latest version, and you're done!
Download Both APK for SnapEnhance V2 from here.
- Install the latest snap-360-lspatched.apk
- Install the latest SnapEnhance apk
- (If you don't know what version (armv8 or armv7) to download, check out this app and go into the CPU tab it will show you which version your phone supports)
- Done - ~have fun.
Note: The following instructions apply only to non-rooted users.
- Download the new SnapEnhance apk update.
- Install the new SnapEnhance update without repatching Snapchat.
- Clear Mapping File in SnapEnhanced.
- When a new Snapchat update is available:
- Install snap-360-lspatched.apk from the repository.
- Clear Mapping File in SnapEnhanced.
This GitHub Actions workflow automates the creation of a Snapchat Patch for Non-Root. Here's how it works:
-
Snapchat Download: The action downloads the latest stable version of Snapchat from APKMirror.
-
SnapEnhance Download: It also fetches the latest stable version of SnapEnhance from the original repository.
-
Patch Build: The action then builds the patch version of Snapchat.
-
Upload to Release: Finally, it uploads the patch to the GitHub repository's release tab.
-
Fork this Repository: Click the "Fork" button to create your copy of this repository.
-
Push Trigger: The workflow is triggered when push changes in a file
push-here.md
. You can adjust this path in the workflow configuration (on
section). -
Download the Release: After the workflow completes, you can find the modified APK under the "Releases" tab.
- You can customize the release tag and name by editing the
.github/workflows/main.yml
file. - Modify the
tag_name
andrelease_name
values in the "Create Release" step.
You can feel free to contribute to this project by opening issues and pull requests.