Merge pull request #1810 from yashk2000/feature/yashk2000/1794-update-readme

Fix #1794 Improve README instructions about project import
This commit is contained in:
Seán Mac Gillicuddy 2020-02-25 09:05:26 +00:00 committed by GitHub
commit 94af1adff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ pieces in Java).
Production releases of the app are built on travis and released automatically
To build this repository alone for development purposes you can simply
import the project into Android Studio and the hard work will be done
for you. If you prefer to build without Android Studio you must first
**import** the project into Android Studio and the hard work will be done
for you. Note here that instead of *opening* the project, you have to *import* it. If you prefer to build without Android Studio you must first
set up the Android SDK and then run the command: `./gradlew build `
from the root directory of the project.