Skip to content

Commit

Permalink
Removed unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Slenderman00 committed Sep 1, 2023
1 parent 685e88c commit 21a134f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/kotlin/app/revanced/patches/grindr/constants.kt
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
}

0 comments on commit 21a134f

Please sign in to comment.