Skip to content

Commit

Permalink
chore: (#178) firebase 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
softpeanut committed Dec 27, 2022
1 parent 21fee92 commit e505b42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ object Dependencies {
// poi
const val POI = "org.apache.poi:poi:${DependencyVersions.POI_VERSION}"
const val POI_OOXML = "org.apache.poi:poi-ooxml:${DependencyVersions.POI_VERSION}"

// firebase
const val FIREBASE_ADMIN = "com.google.firebase:firebase-admin:${DependencyVersions.FIREBASE_ADMIN_VERSION}"
}
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/DependencyVersions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ object DependencyVersions {
const val BYTE_BUDDY = "1.12.18"
const val COMMONS_IO = "2.11.0"
const val POI_VERSION = "5.2.3"
const val FIREBASE_ADMIN_VERSION = "9.1.0"
}

0 comments on commit e505b42

Please sign in to comment.