Skip to content

Commit

Permalink
Bump to 8.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJaviLuki committed Sep 15, 2022
1 parent e1fe133 commit e2bf193
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/eljaviluki/grindrplus/Hooker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Hooker : IXposedHookLoadPackage {
}

companion object {
const val TARGET_PKG_VERSION_NAME = "8.16.0"
const val TARGET_PKG_VERSION_NAME = "8.17.0"

var pkgParam: LoadPackageParam by InitOnce()
var appContext: Context by InitOnce()
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/java/com/eljaviluki/grindrplus/Obfuscation.kt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ object Obfuscation {
object storage {
private const val _storage = Constants.GRINDR_PKG + ".storage"

const val UserSession = "$_storage.o0"
const val UserSession2 = "$_storage.p0"
const val UserSession = "$_storage.w0"
const val UserSession2 = "$_storage.x0"

const val IUserSession = "$_storage.IUserSession"
object IUserSession_ {
Expand All @@ -99,15 +99,15 @@ object Obfuscation {

const val ProfileFieldsView = "$_profileV2.ProfileFieldsView"
object ProfileFieldsView_ {
const val setProfile = "g"
const val setProfile = "h"
}
}
}

object utils {
private const val _utils = Constants.GRINDR_PKG + ".utils"

const val ProfileUtils = "$_utils.w0"
const val ProfileUtils = "$_utils.u0"
object ProfileUtils_ {
const val onlineIndicatorDuration = "b"
}
Expand All @@ -116,7 +116,7 @@ object Obfuscation {
object view {
private const val _view = Constants.GRINDR_PKG + ".view"

const val ExtendedProfileFieldView = "$_view.b4"
const val ExtendedProfileFieldView = "$_view.d4"
object ExtendedProfileFieldView_ {
const val setLabel = "l"
const val setValue = "n"
Expand Down

0 comments on commit e2bf193

Please sign in to comment.