Skip to content

Commit

Permalink
Bump ext versions
Browse files Browse the repository at this point in the history
  • Loading branch information
R0rt1z2 committed Sep 12, 2023
1 parent 3712ce2 commit 7834654
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 = 2
ext.versionPatch = 5
ext.grindrVersion = '9.9.1'
ext.versionPatch = 6
ext.grindrVersion = '9.16.1'

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

0 comments on commit 7834654

Please sign in to comment.