Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AN/USER] chore: Play feature-delivery Update (#1015) #1016

Merged
merged 2 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")
Loading