We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6b190 commit 814ecf7Copy full SHA for 814ecf7
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 = 17
+ const val VERSION_CODE = 18
9
const val VERSION_NAME = "1.2.0"
10
11
const val MIN_SDK = 29
0 commit comments