Skip to content

Commit

Permalink
[AN/USER] chore: Play feature-delivery Update (#1015) (#1016)
Browse files Browse the repository at this point in the history
* chore: add dependency feature-delivery 2.1.0

* chore: delete unused dependency
  • Loading branch information
SeongHoonC authored Jun 27, 2024
1 parent 9e7e23f commit cf674bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
3 changes: 0 additions & 3 deletions android/festago/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
9 changes: 3 additions & 6 deletions android/festago/presentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ dependencies {
implementation("androidx.activity:activity-ktx:1.7.2")
implementation("androidx.fragment:fragment-ktx:1.6.0")

// zxing
implementation("com.journeyapps:zxing-android-embedded:4.3.0")

// firebase
implementation("com.google.firebase:firebase-messaging-ktx:23.4.0")

Expand All @@ -141,11 +138,11 @@ 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")

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

fun getSecretKey(propertyKey: String): String {
Expand Down
13 changes: 1 addition & 12 deletions android/festago/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,9 @@ dependencyResolutionManagement {
}
}
rootProject.name = "festago"
// app
include(":app")

// common
include(":app")
include(":common")

// domain
include(":domain-legacy")
include(":domain")

// presentation
include(":presentation-legacy")

include(":presentation")
// data
include(":data-legacy")
include(":data")

0 comments on commit cf674bd

Please sign in to comment.