Skip to content

Commit ff038eb

Browse files
committed
build: prep next development cycle
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent fc7d789 commit ff038eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

buildSrc/src/main/java/Dependencies.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ object Packaging {
1313
private const val majorVersion = 2
1414
private const val minorVersion = 1
1515
private const val patchVersion = 7
16-
const val buildNumber = 411
16+
private const val buildNumber = 412
1717

18-
val versionCode = buildNumber
19-
val versionName = "$majorVersion.$minorVersion.$patchVersion"
18+
const val versionCode = buildNumber
19+
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
2020
}
2121

2222
object Versions {

0 commit comments

Comments
 (0)