diff --git a/README.md b/README.md
index bf4ddd590..df06b01d4 100644
--- a/README.md
+++ b/README.md
@@ -96,8 +96,6 @@ are interested in our custom apps, they have their own repo
classes by default.
- [JUnit5](https://github.com/junit-team/junit5/) - The next generation of JUnit
- [AssertJ](https://github.com/joel-costigliola/assertj-core) - Fluent assertions for test code
-- [Fetch](https://github.com/tonyofrancis/Fetch) - A customizable file download manager library for
- Android
- [ZXing](https://github.com/zxing/zxing) - Barcode scanning library for Java, Android
## Contributing
diff --git a/app/src/main/assets/credits.html b/app/src/main/assets/credits.html
index cd0a10b10..255ee8fa5 100644
--- a/app/src/main/assets/credits.html
+++ b/app/src/main/assets/credits.html
@@ -77,11 +77,6 @@ Translatewiki community
Copyright 2013 Evan Tatarka
-
- Fetch
-
- Copyright (C) 2017 Tonyo Francis
-
ObjectBox
diff --git a/core/detekt_baseline.xml b/core/detekt_baseline.xml
index 1ed5c04a8..86d05178c 100644
--- a/core/detekt_baseline.xml
+++ b/core/detekt_baseline.xml
@@ -3,7 +3,6 @@
EmptyFunctionBlock:BooksOnDiskViewHolder.kt$BookOnDiskViewHolder.BookViewHolder${ }
- EmptyFunctionBlock:FetchDownloadMonitor.kt$FetchDownloadMonitor.<no name provided>${}
EmptyFunctionBlock:OnSwipeTouchListener.kt$OnSwipeTouchListener${}
ForbiddenComment:JNIInitialiser.kt$JNIInitialiser$// TODO: Consider surfacing to user
ForbiddenComment:NetworkUtilsTest.kt$NetworkUtilsTest$// TODO: find a way to assert regex matching via JUnit and rewrite the test
@@ -20,8 +19,6 @@
MagicNumber:DownloadItem.kt$DownloadItem$1000L
MagicNumber:SearchState.kt$SearchState$100
MagicNumber:DownloaderModule.kt$DownloaderModule$5
- MagicNumber:FetchDownloadNotificationManager.kt$FetchDownloadNotificationManager$100
- MagicNumber:FetchDownloadRequester.kt$10
MagicNumber:FileUtils.kt$FileUtils$3
MagicNumber:JNIInitialiser.kt$JNIInitialiser$1024
MagicNumber:KiloByte.kt$KiloByte$1024.0
diff --git a/core/src/main/java/org/kiwix/kiwixmobile/core/di/modules/ApplicationModule.kt b/core/src/main/java/org/kiwix/kiwixmobile/core/di/modules/ApplicationModule.kt
index 42d1f7679..a1d2609ca 100644
--- a/core/src/main/java/org/kiwix/kiwixmobile/core/di/modules/ApplicationModule.kt
+++ b/core/src/main/java/org/kiwix/kiwixmobile/core/di/modules/ApplicationModule.kt
@@ -88,11 +88,6 @@ class ApplicationModule {
@Provides
fun provideComputationThread(): Scheduler = Schedulers.computation()
- // @Provides
- // @Singleton
- // internal fun provideDownloadMonitor(fetchDownloadMonitor: FetchDownloadMonitor): DownloadMonitor =
- // fetchDownloadMonitor
-
@Provides
@Singleton
internal fun provideDownloadMonitor(
diff --git a/custom/src/main/assets/credits.html b/custom/src/main/assets/credits.html
index f5c3c70de..38068149b 100644
--- a/custom/src/main/assets/credits.html
+++ b/custom/src/main/assets/credits.html
@@ -78,11 +78,6 @@
Copyright 2013 Evan Tatarka
-
- Fetch
-
- Copyright (C) 2017 Tonyo Francis
-
ObjectBox