Skip to content

Commit

Permalink
update version codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinto committed Sep 11, 2022
1 parent 4a1c501 commit cebfdb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ object Configuration {
const val minSdk = 21
private const val majorVersion = 1
private const val minorVersion = 0
private const val patchVersion = 2
private const val patchVersion = 3
private const val qualifier = ""
const val versionName = "$majorVersion.$minorVersion.$patchVersion$qualifier"
const val sampleVersionCode = 2
const val sampleVersionCode = 3
const val sampleVersionName = "$majorVersion.$minorVersion.$patchVersion"
const val groupId = "com.tobianoapps"
const val artifactId = "bulletin"
Expand Down

0 comments on commit cebfdb4

Please sign in to comment.