mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
README.md: update Android runtime requirement to Android 7.0
The Java runtime requirement is left unchanged at Java 8.
This commit is contained in:
parent
a2cf303655
commit
49a9cddb18
1 changed files with 1 additions and 1 deletions
|
@ -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 6.0 API, compiles to Java 8 bytecode) and Gradle 4.4+ for the `core` module
|
||||
* 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+ and Gradle 4.4+ for `tools` and `examples`
|
||||
* Java 11+ and Gradle 4.10+ for the JavaFX-based `wallettemplate`
|
||||
* [Gradle](https://gradle.org/) - for building the project
|
||||
|
|
Loading…
Add table
Reference in a new issue