Drop dependency upon Fetch2 library

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-12-25 20:04:34 +05:30
parent a796c4c381
commit e9080614af
18 changed files with 0 additions and 1810 deletions

View File

@@ -97,11 +97,6 @@
android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<service android:name=".data.service.NotificationService" />
<service android:name=".data.installer.InstallerService" />
<service android:name=".data.service.UpdateService" />
<service android:name=".data.service.SelfUpdateService" />
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"
android:foregroundServiceType="dataSync"
@@ -139,9 +134,6 @@
tools:node="remove" />
</provider>
<receiver android:name=".data.receiver.DownloadResumeReceiver" />
<receiver android:name=".data.receiver.DownloadPauseReceiver" />
<receiver android:name=".data.receiver.DownloadCancelReceiver" />
<receiver
android:name=".data.receiver.InstallReceiver"
android:exported="false" />