From e597a681063c69455ba1fc84374fdd8f51ca3ccc Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Wed, 1 Mar 2023 23:42:02 +0100 Subject: [PATCH] README.md: update Android runtime requirement to Android 8.0 The Java runtime requirement is left unchanged at Java 8. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index cb6fba62b..b1bb2d198 100644 --- a/README.adoc +++ b/README.adoc @@ -10,7 +10,7 @@ The bitcoinj library is a Java implementation of the Bitcoin protocol, which all ### Technologies -* Java 8+ (needs Java 8 API or Android 7.0 API, compiles to Java 8 bytecode) and Gradle 4.4+ for the `core` module +* Java 8+ (needs Java 8 API or Android 8.0 API, compiles to Java 8 bytecode) and Gradle 4.4+ for the `core` module * Java 11+ and Gradle 4.4+ for `tools`, `wallettool` and `examples` * Java 11+ and Gradle 4.10+ for the JavaFX-based `wallettemplate` * https://gradle.org/[Gradle] - for building the project