forked from ReVanced/revanced-patches-template
-
Notifications
You must be signed in to change notification settings - Fork 4
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
685e88c
commit 21a134f
Showing
1 changed file
with
0 additions
and
5 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,11 +1,6 @@ | ||
package app.revanced.patches.grindr | ||
|
||
internal object Constants { | ||
const val REVANCED_APP_NAME = "grindrReVanced" | ||
const val REVANCED_PACKAGE_NAME = "com.grindrrevanced.android" | ||
const val PACKAGE_NAME = "com.grindrapp.android" | ||
const val SPOOFED_PACKAGE_NAME = PACKAGE_NAME | ||
const val SPOOFED_PACKAGE_SIGNATURE = "823F5A17C33B16B4775480B31607E7DF35D67AF8" | ||
//old 92A99370F1ABE83DFDA3F36D4E564428B27738FC | ||
//new 823F5A17C33B16B4775480B31607E7DF35D67AF8 | ||
} |