From d7b227958c5e279a1a48dde85544fd745cff1d0a Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 14 May 2020 01:29:26 -0700 Subject: [PATCH] Add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f05d39 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Fenceless Grazing System App + +This is the repository for the mobile application part of the Fenceless +Grazing System. The app is a rather standard Android application, +written in the Kotlin programming language. To build the application, +it is sufficient to run: + +```Bash +./gradlew assembleDebug +``` + +This will produce an APK file which can then be loaded onto +an Android device or emulator.