We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8255f5 commit a40337aCopy full SHA for a40337a
buildSrc/src/main/kotlin/BuildConfig.kt
@@ -49,9 +49,9 @@ object BuildConfig {
49
object Version {
50
private const val MAJOR = 1
51
private const val MINOR = 0
52
- private const val PATCH = 1
+ private const val PATCH = 2
53
private const val BUILD_NUMBER = 0
54
- private val IDENTIFIER = build.Version.Identifier.Beta
+ private val IDENTIFIER = build.Version.Identifier.Release
55
56
private val BUILD_TIME_PATTERN: DateTimeFormatter = DateTimeFormatter.ofPattern("yyyyMMddHH")
57
0 commit comments