Skip to content

Commit

Permalink
0.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Oct 19, 2021
1 parent 7f1167d commit 5f1a655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import java.util.Date
object appConfig {
const val applicationId = "com.hoc.comicapp"

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

0 comments on commit 5f1a655

Please sign in to comment.