forked from I2P_Developers/i2p.www
increase min android API to 14
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{{ _('Developer Guidelines and Coding Style') }}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}January 2017{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}March 2019{% endtrans %}{% endblock %}
|
||||
{% block content %}
|
||||
<p>{% trans newdevs=site_url('get-involved/guides/new-developers') -%}
|
||||
Read the <a href="{{ newdevs }}">new developers guide</a> first.
|
||||
@ -161,7 +161,7 @@ Run 'ant findbugs' to learn more.
|
||||
We require Java 7 to build and run I2P.
|
||||
Do not use Java 8 classes or methods anywhere.
|
||||
Do not use Java 7 or 8 classes or methods in embedded subsystems (core, router, mstreaming, streaming, i2ptunnel),
|
||||
as Android and embedded applications require only Java 6. All classes must be available in Android API 9.
|
||||
as Android and embedded applications require only Java 6. All classes must be available in Android API 14.
|
||||
Java 7 language features are acceptable in these subsystems if supported by the current version
|
||||
of the Android SDK and they compile to Java 6-compatible code.
|
||||
{%- endtrans %}</li>
|
||||
|
Reference in New Issue
Block a user