We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2da08f commit 6d28d13Copy full SHA for 6d28d13
1 file changed
build-logic/src/main/java/com/neki/android/buildlogic/const/BuildConst.kt
@@ -5,7 +5,7 @@ import org.gradle.api.JavaVersion
5
object BuildConst {
6
const val APPLICATION_ID = "com.neki.android"
7
8
- const val VERSION_CODE = 1
+ const val VERSION_CODE = 8
9
const val VERSION_NAME = "1.0.0"
10
11
const val MIN_SDK = 29
0 commit comments