Minor doc fix

This commit is contained in:
Jobobby04 2024-03-17 19:53:12 -04:00 committed by Cuong M. Tran
parent 3a1ff5e4fc
commit 2166c58e7c
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -65,7 +65,7 @@ When creating a fork, remember to:
8. Click publish 8. Click publish
9. Go to API & Services -> Credentials 9. Go to API & Services -> Credentials
10. Click Create credentials -> Oauth client ID 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 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 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/` 14. After that just download the json, name it to `client_secrets.json` and put it in `app/src/main/assets/`