Update readme

This commit is contained in:
Grishka 2022-04-18 12:54:05 +03:00
parent c6ff84ce10
commit 5fff86a0c2
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Learn more about this app in the [blog post](https://blog.joinmastodon.org/2022/
## Building
As this app is using Java 15 features, you need JDK 15 or newer to build it. Other than that, everything is pretty standard. You can either import the project into Android Studio and build it from there, or run the following command in the project directory:
As this app is using Java 17 features, you need JDK 17 or newer to build it. Other than that, everything is pretty standard. You can either import the project into Android Studio and build it from there, or run the following command in the project directory:
```
./gradlew assembleRelease