Skip to content

Commit

Permalink
[CHORE/#53] 라이브러리 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kkk5474096 committed Jul 19, 2023
1 parent 0a75098 commit f9a4c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ object ThirdPartyDependencies {
const val kakaoAuth = "com.kakao.sdk:v2-auth:${Versions.kakaoVersion}"
const val kakaoTalk = "com.kakao.sdk:v2-talk:${Versions.kakaoVersion}"
const val kakaoShare = "com.kakao.sdk:v2-share:${Versions.kakaoVersion}"
// circle scale dot indicator
const val circleIndicator = "me.relex:circleindicator:${Versions.circleIndicatorVersion}"
}

object ClassPathPlugins {
Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ object Versions {
const val lottieVersion = "6.0.0"
const val circularProgressBar = "3.1.0"
const val kakaoVersion = "2.14.0"
const val circleIndicatorVersion = "2.1.6"

const val gradleVersion = "8.0.1"

Expand Down

0 comments on commit f9a4c85

Please sign in to comment.