Skip to content

Commit

Permalink
version 2.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Mar 3, 2015
1 parent 343f776 commit 0697cd3
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 @@ -23,8 +23,8 @@ def preDexEnabled = "true".equals(System.getProperty("pre-dex", "true"))
// Manifest version information!
def versionMajor = 2
def versionMinor = 0
def versionPatch = 0
def versionBuild = 2 // bump for dogfood builds, public betas, etc.
def versionPatch = 1
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
def isDeveloperMode = false

android {
Expand Down

0 comments on commit 0697cd3

Please sign in to comment.