Skip to content

Commit

Permalink
[chore] 라이브러리 버전 최신화 및 중복 라이브러리 선언 제거 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhooon committed Feb 2, 2025
1 parent fd2495f commit 9ef7620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ plugins {
alias(libs.plugins.firebase.crashlytics) apply false
alias(libs.plugins.ksp) apply false
alias(libs.plugins.ktlint) apply false
alias(libs.plugins.android.library) apply false
}

allprojects {
Expand Down
11 changes: 4 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ kotlinx-collections-immutable = "0.3.8"
# android
agp = "8.7.3"
activity-compose = "1.10.0"
androidx-compose-foundation = "1.8.0-alpha08"
androidx-compose-foundation = "1.8.0-beta01"
androidx-lifecycle = "2.8.7"
androidx-navigation = "2.8.5"
androidx-navigation = "2.8.6"
androidx-core-splashscreen = "1.0.1"
androidx-datastore = "1.1.2"
androidx-core-ktx = "1.15.0"
androidx-startup = "1.2.0"
androidx-hilt-navigation-compose = "1.2.0"
compose-bom = "2025.01.00"
compose-bom = "2025.01.01"

# google
google-secrets = "2.0.1"
Expand Down Expand Up @@ -86,10 +86,6 @@ androidx-datastore-preferences = { group = "androidx.datastore", name = "datasto
androidx-startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "androidx-startup" }
androidx-hilt-navigation-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "androidx-hilt-navigation-compose" }

# google
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
hilt-android-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt" }

# google
hilt = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "hilt" }
Expand All @@ -103,6 +99,7 @@ coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coi
landscapist-bom = { group = "com.github.skydoves", name = "landscapist-bom", version.ref = "landscapist" }
landscapist-coil = { group = "com.github.skydoves", name = "landscapist-coil" }
landscapist-placeholder = { group = "com.github.skydoves", name = "landscapist-placeholder" }
landscapist-animation = { group = "com.github.skydoves", name = "landscapist-animation" }
timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }
firebase-bom = { group = "com.google.firebase", name = "firebase-bom", version.ref = "firebase-bom" }
firebase-analytics = { group = "com.google.firebase", name = "firebase-analytics-ktx" }
Expand Down

0 comments on commit 9ef7620

Please sign in to comment.