Skip to content

Commit

Permalink
Bump gradle versions
Browse files Browse the repository at this point in the history
  • Loading branch information
R0rt1z2 committed Dec 14, 2023
1 parent a22e974 commit 80b8f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {

ext.versionMajor = 1
ext.versionMinor = 3
ext.versionPatch = 0
ext.grindrVersion = '9.17.2'
ext.versionPatch = 1
ext.grindrVersion = '9.17.4'

private String genVersionName() {
String versionName = "${ext.versionMajor}.${ext.versionMinor}.${ext.versionPatch}"
Expand Down

0 comments on commit 80b8f6e

Please sign in to comment.