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 7895360 commit ab6dd9bCopy full SHA for ab6dd9b
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 = 7
8
- const val VersionName = "1.0.6"
+ const val VersionCode = 8
+ const val VersionName = "1.0.7"
9
val JavaVersion = org.gradle.api.JavaVersion.VERSION_17
10
const val JavaVersionAsInt = 17
11
}
0 commit comments