We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b255cff commit c6cec6dCopy full SHA for c6cec6d
1 file changed
buildSrc/src/main/kotlin/com/klyx/AppVersioning.kt
@@ -7,7 +7,7 @@ object AppVersioning {
7
major = 1,
8
minor = 9,
9
patch = 0,
10
- preRelease = "alpha01"
+ //preRelease = "alpha01"
11
//buildMetadata = "build"
12
)
13
0 commit comments