Skip to content

Commit

Permalink
Merge pull request #45 from iamport/release
Browse files Browse the repository at this point in the history
release 1.2.0
  • Loading branch information
kjh5833 authored Nov 8, 2021
2 parents 38784f7 + 7309bb6 commit ab7beb5
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,7 +1,7 @@
// 디펜던시 업데이트 확인 ./gradlew dependencyUpdates -Drevision=release
object Versions {
const val versionCode = 211108001 // yymmdd000
const val versionName = "1.1.0-hotfix11" // https://www.notion.so/chaifinance/QA-Process-d1a4be396337493b81c6e85fff2d5cd6
const val versionCode = 211108002 // yymmdd000
const val versionName = "1.2.0" // https://www.notion.so/chaifinance/QA-Process-d1a4be396337493b81c6e85fff2d5cd6

const val gradle_versions_plugin = "0.39.0"
const val gradle_version = "4.1.1"
Expand Down

0 comments on commit ab7beb5

Please sign in to comment.