From afd501620216e868803d78399703f4259de7f7bb Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Tue, 15 Mar 2022 20:47:58 +0100 Subject: [PATCH] Add java 8 requirement --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 271086c..c837a7f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ The foreground notification showing the connection status can be manually minimi ## Building -Execute the following command to build the apk. + +Use Java 8 and execute the following command to build the apk. + ```bash $ ./gradlew build ```