From 2e9d96c12e588dd3ba76c1072611f50777f547cb Mon Sep 17 00:00:00 2001 From: R4SAS <r4sas@i2pmail.org> Date: Sat, 6 Jun 2020 06:30:00 +0300 Subject: [PATCH] fix urls in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce1339..2209374 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ### Install OpenJDK, gradle, download Android SDK and NDK r19c https://gradle.org/install/ + https://developer.android.com/studio#downloads + https://developer.android.com/ndk/ ### Clone repository with submodules @@ -14,4 +16,4 @@ https://developer.android.com/ndk/ gradle clean assembleDebug -You will find APKs in app/build/outputs/apk \ No newline at end of file +You will find APKs in `app/build/outputs/apk` \ No newline at end of file