Skip to content

Commit

Permalink
chore: add dependency feature-delivery 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Jun 25, 2024
1 parent 9e7e23f commit 5ba0aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions android/festago/presentation-legacy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ dependencies {
// turbine
testImplementation("app.cash.turbine:turbine:1.0.0")

// inApp Update
implementation("com.google.android.play:app-update-ktx:2.1.0")

// splash
implementation("androidx.core:core-splashscreen:1.1.0-alpha02")
}
Expand Down
3 changes: 3 additions & 0 deletions android/festago/presentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ dependencies {

// splash
implementation("androidx.core:core-splashscreen:1.1.0-alpha02")

// Update Play Feature Delivery dependency
implementation("com.google.android.play:feature-delivery-ktx:2.1.0")
}

fun getSecretKey(propertyKey: String): String {
Expand Down

0 comments on commit 5ba0aad

Please sign in to comment.