Skip to content

Commit 3cd675a

Browse files
authored
update targetSdk requirement (#70)
1 parent 8046ab8 commit 3cd675a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This is an overview of all Android versions and their corresponding identifiers
4141
<td>2025</td>
4242
</tr>
4343
<tr>
44-
<td>
44+
<td rowspan="2">
4545
<b><a href="https://developer.android.com/about/versions/15">Android 15</a></b>
4646
</td>
4747
<td>Level 35</td>
@@ -50,11 +50,18 @@ This is an overview of all Android versions and their corresponding identifiers
5050
Vanilla Ice Cream
5151
<sup id="fnref:2"><a href="#fn:2" class="footnote">2</a></sup>
5252
</td>
53-
{% include progress-cell.html rowspan=1 percentage=10.06 %}
54-
<td>2024</td>
53+
{% include progress-cell.html rowspan=2 percentage=10.06 %}
54+
<td rowspan="2">2024</td>
55+
</tr>
56+
<tr class="table-notes">
57+
<td colspan="3">
58+
<ul>
59+
<li><code>targetSdk</code> <a href="https://developer.android.com/google/play/requirements/target-sdk">must be 35+</a> for new apps and app updates as of August 31, 2025.</li>
60+
</ul>
61+
</td>
5562
</tr>
5663
<tr>
57-
<td rowspan="2">
64+
<td rowspan="1">
5865
<b><a href="https://developer.android.com/about/versions/14">Android 14</a></b>
5966
</td>
6067
<td>Level 34</td>
@@ -63,15 +70,8 @@ This is an overview of all Android versions and their corresponding identifiers
6370
Upside Down Cake
6471
<sup id="fnref:2"><a href="#fn:2" class="footnote">2</a></sup>
6572
</td>
66-
{% include progress-cell.html rowspan=2 percentage=43.5 %}
67-
<td rowspan="2">2023</td>
68-
</tr>
69-
<tr class="table-notes">
70-
<td colspan="3">
71-
<ul>
72-
<li><code>targetSdk</code> <a href="https://developer.android.com/google/play/requirements/target-sdk">must be 34+</a> for new apps and app updates as of August 31, 2024.</li>
73-
</ul>
74-
</td>
73+
{% include progress-cell.html rowspan=1 percentage=43.5 %}
74+
<td rowspan="1">2023</td>
7575
</tr>
7676
<tr>
7777
<td rowspan="1">

0 commit comments

Comments
 (0)