forked from ReVanced/revanced-patches-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c5a1d2
commit c45de23
Showing
1 changed file
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,27 @@ | ||
## ReVanced Bundle for Grindr | ||
|
||
1. Download [revanced cli 3.1.0](https://github.com/ReVanced/revanced-cli/releases?page=2) | ||
Unlock Grindr Unlimited with ReVanced CLI | ||
|
||
2. ```java -jar revanced-cli-3.1.0-all.jar patch <apk> -b <patch.jar> --out <output> --force``` | ||
### Introduction | ||
|
||
Grindr is a popular social networking app designed for the LGBTQ+ community, offering a platform to meet and connect with like-minded individuals. While the app provides essential features for its users, some users may wish to Unlock more functionality. This is where the ReVanced Bundle for Grindr comes into play, offering a means unlock Grindr unlimited. | ||
|
||
### Using ReVanced CLI | ||
|
||
ReVanced CLI is a powerful tool that allows you to modify and enhance Apps by applying custom patches. These patches can unlock features and functionality that may not be accessible in the standard version of the app. To get started, follow these steps: | ||
|
||
1. **Download ReVanced CLI 3.1.0**: | ||
- You can find the latest release of ReVanced CLI on the [official GitHub repository](https://github.com/ReVanced/revanced-cli/releases?page=2). Download the `revanced-cli-3.1.0-all.jar` file. | ||
|
||
2. **Apply Patches**: | ||
- Run the following command in your terminal or command prompt, replacing `<apk>`, `<patch.jar>`, and `<output>` with the appropriate file paths: | ||
```sh | ||
java -jar revanced-cli-3.1.0-all.jar patch <apk> -b <patch.jar> --out <output> --force | ||
``` | ||
|
||
This command will apply the custom patch to the Grindr APK, enabling the modified features. | ||
|
||
|
||
## Feedback | ||
|
||
If the patch stops working, or you have any feedback please open an issue. |