From a131e28b6074a83e22901e17dc3aee8106773261 Mon Sep 17 00:00:00 2001 From: Vetle Ledaal Date: Thu, 10 Feb 2022 13:51:08 +0000 Subject: [PATCH] [skip ci] docs: update app update checker link (#6619) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc2d8c22ab..4ad049a0e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ When creating a fork, remember to: - To avoid confusion with the main app: - Change the app name - Change the app icon - - Change or disable the [app update checker](https://github.com/tachiyomiorg/tachiyomi/blob/master/app/src/main/java/eu/kanade/tachiyomi/data/updater/GithubUpdateChecker.kt) + - Change or disable the [app update checker](https://github.com/tachiyomiorg/tachiyomi/blob/master/app/src/main/java/eu/kanade/tachiyomi/data/updater/AppUpdateChecker.kt) - To avoid installation conflicts: - Change the `applicationId` in [`build.gradle.kts`](https://github.com/tachiyomiorg/tachiyomi/blob/master/app/build.gradle.kts) - To avoid having your data polluting the main app's analytics and crash report services: