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 d334f33 commit 56bcecfCopy full SHA for 56bcecf
build-logic/src/main/kotlin/com/nexters/ilab/android/Config.kt
@@ -4,8 +4,8 @@ internal object ApplicationConfig {
4
const val MinSdk = 26
5
const val TargetSdk = 34
6
const val CompileSdk = 34
7
- const val VersionCode = 4
8
- const val VersionName = "1.0.3"
+ const val VersionCode = 5
+ const val VersionName = "1.0.4"
9
val JavaVersion = org.gradle.api.JavaVersion.VERSION_17
10
const val JavaVersionAsInt = 17
11
}
0 commit comments