From 859e8deb02dfb92d89fa2d08afb5f3a965f95138 Mon Sep 17 00:00:00 2001 From: Riztard Lanthorn Date: Sun, 20 Jun 2021 22:04:38 +0700 Subject: [PATCH] [SKIP CI] fix GithubUpdateChecker url (#5434) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27ab585975..bb19811774 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,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/github/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/GithubUpdateChecker.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: