Skip to content

Commit

Permalink
* Updated production build number
Browse files Browse the repository at this point in the history
  • Loading branch information
thanksmister committed Oct 26, 2018
1 parent f4602a3 commit c510727
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 @@ -37,8 +37,8 @@ repositories {

def versionMajor = 0
def versionMinor = 8
def versionPatch = 4
def versionBuild = 2 // bump for dog food builds, public betas, etc.
def versionPatch = 5
def versionBuild = 0 // bump for dog food builds, public betas, etc.

def ALARM_CODE() {
Properties properties = new Properties()
Expand Down

0 comments on commit c510727

Please sign in to comment.