Skip to content

Commit

Permalink
update 0.1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherdev committed Oct 15, 2020
1 parent c1b1ef5 commit c822b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
def versionMajor = 0
def versionMinor = 1
def versionPatch = 8
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
def versionBuild = 1 // bump for dogfood builds, public betas, etc.

// Eko SDK version
versionCode = (versionMajor * 100 + versionMinor) * 100 + versionPatch
Expand Down

0 comments on commit c822b0d

Please sign in to comment.