Skip to content

Commit

Permalink
Version 1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdispatch committed Mar 23, 2018
1 parent f05b4f9 commit 387fc7b
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
@@ -1,8 +1,8 @@
// Manifest version information!
def versionMajor = 1
def versionMinor = 1
def versionPatch = 18
def versionBuild = 1 // bump for dogfood builds, public betas, etc.
def versionPatch = 19
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

apply plugin: 'com.android.application'
apply plugin: 'me.tatarka.retrolambda'
Expand Down

0 comments on commit 387fc7b

Please sign in to comment.