Skip to content

Commit

Permalink
chore: delete unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Jun 25, 2024
1 parent 5ba0aad commit a44c213
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 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.

6 changes: 0 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,9 +138,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
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 a44c213

Please sign in to comment.