From d351bce29377bd82c569da4e80535654e0fafcbd Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 23 Aug 2021 17:40:07 +0200 Subject: [PATCH] README.md: Core has a max Gradle of 6.9 as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fdcbdd5e..39eba198f 100644 --- a/README.md +++ b/README.md @@ -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