Commit 065f57ef authored by Mygod's avatar Mygod

Remove unused gcm work library for API 23+

parent b3f25710
...@@ -76,7 +76,6 @@ dependencies { ...@@ -76,7 +76,6 @@ dependencies {
api("androidx.preference:preference:1.1.1") api("androidx.preference:preference:1.1.1")
api("androidx.room:room-runtime:$roomVersion") api("androidx.room:room-runtime:$roomVersion")
api("androidx.work:work-runtime-ktx:$workVersion") api("androidx.work:work-runtime-ktx:$workVersion")
api("androidx.work:work-gcm:$workVersion")
api("com.google.android.gms:play-services-oss-licenses:17.0.0") api("com.google.android.gms:play-services-oss-licenses:17.0.0")
api("com.google.code.gson:gson:2.8.6") api("com.google.code.gson:gson:2.8.6")
api("com.google.firebase:firebase-analytics-ktx:18.0.1") api("com.google.firebase:firebase-analytics-ktx:18.0.1")
......
...@@ -138,10 +138,5 @@ ...@@ -138,10 +138,5 @@
android:process=":bg"/> android:process=":bg"/>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
android:process=":bg"/> android:process=":bg"/>
<!-- Used for API < 23. https://android.googlesource.com/platform/frameworks/support/+/androidx-master-dev/work/workmanager-gcm/src/main/AndroidManifest.xml -->
<service android:name="androidx.work.impl.background.gcm.WorkManagerGcmService"
android:process=":bg"
tools:ignore="Instantiatable"/>
</application> </application>
</manifest> </manifest>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment