Skip to content

Commit

Permalink
delete: work manager
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Sep 22, 2024
1 parent d90fd02 commit e1bdd18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ dependencies {

// Timber for logging
implementation(libs.timber)

//work manager
implementation(libs.work)
}

kapt {
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ timber = "5.0.1"
google-services = "4.4.2"
kotlin-android = "1.8.10"
activity-version = "1.9.1"
work = "2.8.1"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidx-core" }
Expand Down Expand Up @@ -84,7 +83,6 @@ firebase-crashlytics = { group = "com.google.firebase", name = "firebase-crashly

timber = { group = "com.jakewharton.timber", name = "timber", version.ref = "timber" }
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity-version" }
work = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work" }



Expand Down

0 comments on commit e1bdd18

Please sign in to comment.