Skip to content

Commit

Permalink
GrindrPlus: Prepare for 24.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
R0rt1z2 committed Nov 14, 2024
1 parent 38c2e6b commit d939ec2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

android {
val grindrVersion = "24.17.0"
val grindrVersion = "24.17.1"

namespace = "com.grindrplus"
compileSdk = 34
Expand All @@ -19,7 +19,7 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 14
versionName = "3.2.3-$grindrVersion ($gitCommitHash)"
versionName = "3.2.4-$grindrVersion ($gitCommitHash)"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"versionName": "24.17.0",
"versionCode": 131075
"versionName": "24.17.1",
"versionCode": 131246
}

0 comments on commit d939ec2

Please sign in to comment.