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