From ff26154bc83ba11cd03f0a5c182b22daaa7df2cc Mon Sep 17 00:00:00 2001 From: sscs12345 Date: Sun, 10 Feb 2019 21:16:03 +0530 Subject: [PATCH] Create update.json --- update.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 update.json diff --git a/update.json b/update.json new file mode 100644 index 0000000..609bbe2 --- /dev/null +++ b/update.json @@ -0,0 +1,10 @@ +{ + "latestVersion": "1.0", + "latestVersionCode": "10", + "url": "https://github.com/sscs12345/attendance-system-app/releases", + "releaseNotes": [ + "- First evolution", + "- Second evolution", + "- Bug fixes" + ] +}