From be700aed0a61272d8d0e979ca46e7ea6727a2c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D1=83=D1=80=D0=B0=D0=B2=D1=8C=D1=91=D0=B2=20=D0=A1?= =?UTF-8?q?=D0=B5=D0=BC=D1=91=D0=BD?= Date: Fri, 18 Oct 2019 20:17:56 +0300 Subject: [PATCH] Andriod -> Android typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4afdb1ed7..6fca94ab43 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ String[] fingerprints = VKUtils.getCertificateFingerprint(this, this.getPackageN As a rule, fingerprints contains a single line. It's a fingerprint of your certificate (depends on the certificate used for your app's signing) -Fingerprint Receiving via Andriod Studio +Fingerprint Receiving via Android Studio ---------- Click in right menu on **Gradle** tab (or double shift and type **Gradle**). Open your project **root** folder, then open **Tasks** and after **android**. Run **signingReport** task.