Use work-gcm dependency in play flavor only (#1069)

This commit is contained in:
Mikołaj Pich 2021-01-11 09:52:44 +01:00 committed by GitHub
parent 344d404238
commit 205bcf9c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ dependencies {
implementation "me.zhanghai.android.materialprogressbar:library:1.6.1"
implementation "androidx.work:work-runtime-ktx:$work_manager"
implementation "androidx.work:work-gcm:$work_manager"
playImplementation "androidx.work:work-gcm:$work_manager"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.2.0"