Skip to content

Commit 4120421

Browse files
committed
version.
1 parent 4396e51 commit 4120421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/ProjectConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ object ProjectConfig {
33
const val compileSdk = 32
44
const val minSdk = 23
55
const val targetSdk = 32
6-
const val versionCode = 6
7-
const val versionName = "1.0.5"
6+
const val versionCode = 7
7+
const val versionName = "1.0.6"
88
}

0 commit comments

Comments
 (0)