Skip to content

Commit

Permalink
Bump version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chimbori committed Sep 15, 2019
1 parent 312868e commit 57e6d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

def versionMajor = 1
def versionMinor = 6
def versionPatch = 2
def versionMajor = 2
def versionMinor = 0
def versionPatch = 0
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand Down

0 comments on commit 57e6d73

Please sign in to comment.