From 3e5a5475508dc216715d962151775c4eebc36cde Mon Sep 17 00:00:00 2001 From: Niko Diamadis Date: Tue, 18 Jul 2023 00:02:16 +0200 Subject: [PATCH] Change Java version in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d458649..ce956be 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The foreground notification showing the connection status can be manually minimi ## Building -Use Java 11 and execute the following command to build the apk. +Use Java 17 and execute the following command to build the apk. ```bash $ ./gradlew build