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 639ce2d commit 43467f0Copy full SHA for 43467f0
build-logic/src/main/kotlin/com/ninecraft/booket/convention/ApplicationConstants.kt
@@ -7,7 +7,7 @@ internal object ApplicationConstants {
7
const val TARGET_SDK = 35
8
const val COMPILE_SDK = 35
9
const val VERSION_CODE = 1
10
- const val VERSION_NAME = "1.0"
+ const val VERSION_NAME = "1.0.0"
11
const val JAVA_VERSION_INT = 17
12
val javaVersion = JavaVersion.VERSION_17
13
}
0 commit comments