We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7d789 commit ff038ebCopy full SHA for ff038eb
1 file changed
buildSrc/src/main/java/Dependencies.kt
@@ -13,10 +13,10 @@ object Packaging {
13
private const val majorVersion = 2
14
private const val minorVersion = 1
15
private const val patchVersion = 7
16
- const val buildNumber = 411
+ private const val buildNumber = 412
17
18
- val versionCode = buildNumber
19
- val versionName = "$majorVersion.$minorVersion.$patchVersion"
+ const val versionCode = buildNumber
+ const val versionName = "$majorVersion.$minorVersion.$patchVersion"
20
}
21
22
object Versions {
0 commit comments