Skip to content

Commit

Permalink
versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
djkovrik committed Nov 6, 2019
1 parent c32f157 commit 950bf29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ apply from: 'buildsystem/dependencies.gradle'

// Versioning convention from ribot:
// Major -> Millions, Minor -> Thousands, Bugfix -> Hundreds. E.g 1.3.72 == 1,003,072
// Current: 1.0.4 (001,000,004)
// Current: 1.0.5 (001,000,005)
def versionMajor = 1
def versionMinor = 0
def versionPatch = 4
def versionPatch = 5

allprojects {
ext {
Expand Down Expand Up @@ -74,4 +74,4 @@ detekt {
output = "$projectDir/build/reports/detekt.xml"
baseline = "$projectDir/build/reports/baseline.xml"
}
}
}

0 comments on commit 950bf29

Please sign in to comment.