Skip to content

Commit 9e6b5ed

Browse files
committed
♻️ :: 인 앱 업데이트 의존성 추가
1 parent 7b68ee0 commit 9e6b5ed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,6 @@ dependencies {
121121

122122
testImplementation(libs.androidx.junit)
123123
androidTestImplementation(libs.androidx.junit)
124+
125+
implementation(libs.app.update.ktx)
124126
}

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ accompanist = "0.34.0"
44
androidx-window = "1.3.0-alpha02"
55
activity = "1.8.2"
66
appcompat = "1.6.1"
7+
appUpdateKtx = "2.1.0"
78
core = "1.12.0"
89
datastorePreferences = "1.0.0"
910
espresso = "3.5.1"
@@ -58,6 +59,7 @@ androidx-compose-material = { group = "androidx.compose.material3", name = "mate
5859
androidx-compose-material-window = { group = "androidx.compose.material3", name = "material3-window-size-class-android", version.ref = "materialCompose" }
5960
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigation" }
6061
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigation" }
62+
app-update-ktx = { module = "com.google.android.play:app-update-ktx", version.ref = "appUpdateKtx" }
6163
composeDestinations = { group = "io.github.raamcosta.compose-destinations", name = "animations-core", version.ref = "composeDestination" }
6264
composeDestinations-ksp = { group = "io.github.raamcosta.compose-destinations", name = "ksp", version.ref = "composeDestination" }
6365
javax-inject = { module = "javax.inject:javax.inject", version.ref = "javaxInject" }

0 commit comments

Comments
 (0)