README.md: Core has a max Gradle of 6.9 as well.

This commit is contained in:
Andreas Schildbach 2021-08-23 17:40:07 +02:00
parent 6a9893c3df
commit d351bce293

View file

@ -11,7 +11,7 @@ The bitcoinj library is a Java implementation of the Bitcoin protocol, which all
### Technologies
* Java 7+ and Gradle 4.4+ for the `core` module
* Java 7+ and Gradle 4.4 - Gradle 6.9 for the `core` module
* Java 8+ and Gradle 4.4 - Gradle 6.9 for `tools` and `examples`
* Java 11+ and Gradle 4.10 - Gradle 6.9 for the JavaFX-based `wallettemplate`
* [Gradle](https://gradle.org/) - for building the project