Skip to content

Commit

Permalink
♻️ :: 라이브러리 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
parkuiery committed Jun 9, 2024
1 parent a988922 commit e272a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ dependencies {
testImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.junit)

implementation(libs.app.update.ktx)
implementation(libs.app.update)
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
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", version.ref = "appUpdate" }
app-update = { module = "com.google.android.play:app-update-ktx", 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 e272a17

Please sign in to comment.