Skip to content

Commit 533bcca

Browse files
committed
Document Android compatibility
Like PR 597 with better text and a table with links
1 parent c5d2bc1 commit 533bcca

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

src/site/xdoc/index.xml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,32 @@ For previous releases, see the <a href="https://archive.apache.org/dist/commons/
6666
For dependency access methods, see <a href="dependency-info.html">Dependency Information</a>
6767
</p>
6868
</section>
69-
7069
<section name="Building from sources">
7170
<p>The latest code can be checked out from our git repository at <a href="https://gitbox.apache.org/repos/asf/commons-csv.git">https://gitbox.apache.org/repos/asf/commons-csv.git</a>.
7271
You can build the component using Apache Maven using <code>mvn clean package</code>.
7372
</p>
7473
</section>
74+
<section name="Android Compatibility">
75+
<p>
76+
Apache Commons CSV requires Java 8 or above.
77+
</p>
78+
<table>
79+
<thead>
80+
<tr>
81+
<th>Commons CSV</th>
82+
<th>Java</th>
83+
<th>Android</th>
84+
</tr>
85+
</thead>
86+
<tbody>
87+
<tr>
88+
<td>1.10.0+</td>
89+
<td>8</td>
90+
<td><a href="https://developer.android.com/tools/releases/platforms#7.0">Android 7.0 (API level 24)</a></td>
91+
</tr>
92+
</tbody>
93+
</table>
94+
</section>
7595
<section name="Getting Involved">
7696
<p>
7797
The <a href="mail-lists.html">commons developer mailing list</a> is the main channel of communication for contributors. Please remember that the lists are shared between all commons components, so prefix your email by [csv]. </p>

0 commit comments

Comments
 (0)