mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 11:15:51 +00:00
Target Java 7 for core
Now that Android KitKat (4.4) seems to be the baseline for apps, we can make the switch to Java 7 official. We can finally use all language features (including try-with-resources) and most of the API (not all, the Android API is still missing some packages).
This commit is contained in:
parent
e5ec3a6a95
commit
90f35ca8aa
@ -8,7 +8,7 @@ The bitcoinj library is a Java implementation of the Bitcoin protocol, which all
|
||||
|
||||
### Technologies
|
||||
|
||||
* Java 6 for the core modules, Java 8 for everything else
|
||||
* Java 7 for the core modules, Java 8 for everything else
|
||||
* [Maven 3+](http://maven.apache.org) - for building the project
|
||||
* [Google Protocol Buffers](https://github.com/google/protobuf) - for use with serialization and hardware communications
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user