From 29869404ed5c32474c6891edb99798dc51750dea Mon Sep 17 00:00:00 2001 From: Mykhailo Nester Date: Fri, 30 Apr 2021 18:56:16 +0300 Subject: [PATCH] update readme (#13) --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 88d39763..34e1dce9 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,16 @@ The DGC Verifier Apps are responsible for scanning and verifying DGCs using publ ### Prerequisites -- [ ] TODO: Describe prerequisites +- For development, the latest version of Android Studio is required. The latest version can be downloaded from [here](https://developer.android.com/studio/). +- Android SDK version 26+ ### Build Whether you cloned or downloaded the 'zipped' sources you will either find the sources in the chosen checkout-directory or get a zip file with the source code, which you can expand to a folder of your choice. -In either case open a terminal pointing to the directory you put the sources in. The local build process is described afterwards depending on the way you choose. +#### Android Studio based build -#### XYZ (Maven, Docker ...) based build - -- [ ] TODO: Add instructions for different build types +This project uses the Gradle build system. To build this project, use the `gradlew build` command or use "Run" in Android Studio. ## Documentation