From adc6bbf54fe8c12741629ffaac25dc1c0d999738 Mon Sep 17 00:00:00 2001 From: Jobobby04 Date: Sun, 17 Mar 2024 19:53:12 -0400 Subject: [PATCH] Minor doc fix --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b70aa2250..76ed1a7a7 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,7 @@ When creating a fork, remember to: 8. Click publish 9. Go to API & Services -> Credentials 10. Click Create credentials -> Oauth client ID -11. Select Android, give it a name, and set eu.kanade.google.oauth as the package name +11. Select Android, give it a name, and set `eu.kanade.google.oauth` as the package name 12. To get the SHA-1 key, run `keytool -printcert -jarfile app-standard-universal-release.apk` on your apk, and copy the listed SHA-1 13. Expand advanced settings, and enable Custom URL scheme 14. After that just download the json, name it to `client_secrets.json` and put it in `app/src/main/assets/` \ No newline at end of file