Skip to content

Commit

Permalink
Bump to 8.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElJaviLuki committed Sep 20, 2022
1 parent d64dc22 commit faadf4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.eljaviluki.grindrplus"
minSdk 21
targetSdk 32
versionCode 2
versionName "1.1"
versionCode 4
versionName "1.1-8.17.1"
}

buildTypes {
Expand Down
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 @@ -108,7 +108,7 @@ class Hooker : IXposedHookLoadPackage {
}

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

var pkgParam: LoadPackageParam by InitOnce()
var appContext: Context by InitOnce()
Expand Down

0 comments on commit faadf4d

Please sign in to comment.