Remove androidx.work:work-gcm

This commit is contained in:
Brandon Presley 2022-08-26 19:12:31 +12:00
parent 84e3bd1a16
commit 2c51757d63
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ dependencies {
implementation "androidx.work:work-runtime:$work_version"
implementation "androidx.work:work-runtime-ktx:$work_version"
implementation "androidx.work:work-rxjava2:$work_version"
implementation "androidx.work:work-gcm:$work_version"
androidTestImplementation "androidx.work:work-testing:$work_version"
implementation "androidx.work:work-multiprocess:$work_version"
implementation fileTree(dir: "libs", include: ["*.jar"])