We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4344267 commit f2d3b71Copy full SHA for f2d3b71
1 file changed
build-logic/src/main/kotlin/com/ninecraft/booket/convention/ApplicationConstants.kt
@@ -6,7 +6,7 @@ internal object ApplicationConstants {
6
const val MIN_SDK = 28
7
const val TARGET_SDK = 35
8
const val COMPILE_SDK = 35
9
- const val VERSION_CODE = 1
+ const val VERSION_CODE = 2
10
const val VERSION_NAME = "1.0.0"
11
const val JAVA_VERSION_INT = 17
12
val javaVersion = JavaVersion.VERSION_17
0 commit comments