Skip to content

Commit

Permalink
♻️ :: 라이브러리 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
parkuiery committed Jun 8, 2024
1 parent 7d539fc commit a988922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ accompanist = "0.34.0"
androidx-window = "1.3.0-alpha02"
activity = "1.8.2"
appcompat = "1.6.1"
appUpdateKtx = "2.1.0"
appUpdate = "2.1.0"
core = "1.12.0"
datastorePreferences = "1.0.0"
espresso = "3.5.1"
Expand Down Expand Up @@ -59,7 +59,7 @@ androidx-compose-material = { group = "androidx.compose.material3", name = "mate
androidx-compose-material-window = { group = "androidx.compose.material3", name = "material3-window-size-class-android", version.ref = "materialCompose" }
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigation" }
app-update-ktx = { module = "com.google.android.play:app-update-ktx", version.ref = "appUpdateKtx" }
app-update-ktx = { module = "com.google.android.play:app-update", version.ref = "appUpdate" }
composeDestinations = { group = "io.github.raamcosta.compose-destinations", name = "animations-core", version.ref = "composeDestination" }
composeDestinations-ksp = { group = "io.github.raamcosta.compose-destinations", name = "ksp", version.ref = "composeDestination" }
javax-inject = { module = "javax.inject:javax.inject", version.ref = "javaxInject" }
Expand Down

0 comments on commit a988922

Please sign in to comment.