Add java 8 requirement

This commit is contained in:
Jannis Mattheis
2022-03-15 20:47:58 +01:00
parent bd5b8b2c15
commit afd5016202

View File

@@ -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
```