Skip to content

Commit 5f1a655

Browse files
committed
0.0.2 [skip ci]
1 parent 7f1167d commit 5f1a655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Configurations.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import java.util.Date
66
object appConfig {
77
const val applicationId = "com.hoc.comicapp"
88

9-
private const val MAJOR = 1
9+
private const val MAJOR = 0
1010
private const val MINOR = 0
11-
private const val PATCH = 0
11+
private const val PATCH = 2
1212
const val versionCode = MAJOR * 10_000 + MINOR * 100 + PATCH
1313
val versionName by lazy {
1414
val date = SimpleDateFormat("yyyy-MM-dd").format(Date())

0 commit comments

Comments
 (0)