Skip to content

Commit

Permalink
chore: Version Up (1.4.0 -> 1.4.1) πŸ”₯πŸ”₯πŸ”₯
Browse files Browse the repository at this point in the history
  • Loading branch information
Jihee Han committed Nov 10, 2023
1 parent db77fe8 commit 8cf1787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/com/yapp/buildsrc/Configs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ object Configs {
const val APPLICATION_ID = "com.yapp.attendance"
const val MIN_SDK = 26
const val TARGET_SDK = 33
const val VERSION_CODE = 100400
const val VERSION_NAME = "1.4.0"
const val VERSION_CODE = 100401
const val VERSION_NAME = "1.4.1"

const val KOTLIN_COMPILER_EXTENSION = "1.4.3"
}

0 comments on commit 8cf1787

Please sign in to comment.