Skip to content

Commit

Permalink
Merge pull request #76 from iamport/feat/versioning
Browse files Browse the repository at this point in the history
bump version to 1.4.1
  • Loading branch information
anymate98 authored Oct 27, 2023
2 parents 02a20f8 + d8bd85c commit 51f413f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// 디펜던시 업데이트 확인 ./gradlew dependencyUpdates

object Versions {
const val versionCode = 231012000 // yymmdd000
const val versionName = "1.4.0" // https://www.notion.so/chaifinance/QA-Process-d1a4be396337493b81c6e85fff2d5cd6
const val versionCode = 231027000 // yymmdd000
const val versionName = "1.4.1" // https://www.notion.so/chaifinance/QA-Process-d1a4be396337493b81c6e85fff2d5cd6

const val multidex = "2.0.1"
const val kotlin_stdlib_jdk = "1.9.10"
Expand Down

0 comments on commit 51f413f

Please sign in to comment.