From 14de095edc01e632b176ec6e533cb29f2d9dba9d Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Fri, 20 Aug 2021 11:14:23 +0200 Subject: [PATCH] extra demo project explanation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a29d56..0be642c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # How Long To Beat Demo App +## What's this? + +See https://kuleuven-diepenbeek.github.io/appdev-course/extra/demo/ ## Building @@ -14,4 +17,4 @@ GoogleVisionApiKey="yourkey" Your Google Vision API Key can be fetched through [console.cloud.google.com](https://console.cloud.google.com). -The key `GoogleVisionApiKey` is used in `build.gradle.kts` of the app and auto-generates the correct string in the class `BuildConfig`, ready to be used in the Kotlin/Java code. See The app Gradle build file for more information. \ No newline at end of file +The key `GoogleVisionApiKey` is used in `build.gradle.kts` of the app and auto-generates the correct string in the class `BuildConfig`, ready to be used in the Kotlin/Java code. See The app Gradle build file for more information.