Skip to content

Commit

Permalink
Restored note on Google Play services v14.8.39+ dropping support for …
Browse files Browse the repository at this point in the history
…API levels below 16.

Tweaked both related notes.
  • Loading branch information
ebelinski committed Mar 16, 2024
1 parent 0c90ed4 commit 057e270
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ This is an overview of all Android versions and their corresponding identifiers
<tr class="table-notes"><td colspan="3">
<ul>
<li><a href="https://developer.android.com/jetpack/compose">Jetpack Compose</a> requires a <code>minSdk</code> of 21 or higher.</li>
<li>Google Play services <a href="https://android-developers.googleblog.com/2023/07/google-play-services-discontinuing-updates-for-kitkat.html">require API level 21 and up</a> since August 2023.</li>
<li>Google Play services v23.30.99+ (August 2023) <a href="https://android-developers.googleblog.com/2023/07/google-play-services-discontinuing-updates-for-kitkat.html">drops support</a> for API levels below 21.</li>
</ul>
</td></tr>
<tr>
<td rowspan="8"><b>Android 4</b></td>
<td rowspan="9"><b>Android 4</b></td>
<td>
Level 20
<span class="subversion">Android 4.4W</span> <sup id="fnref:3"><a href="#fn:3" class="footnote">3</a></sup>
Expand Down Expand Up @@ -230,13 +230,18 @@ This is an overview of all Android versions and their corresponding identifiers
<td>Level 17 <span class="subversion">Android 4.2</span></td>
<td><code>JELLY_BEAN_MR1</code></td>
{% include progress-cell.html rowspan=1 percentage=99.8 %}
<td rowspan="2">2012</td>
<td rowspan="3">2012</td>
</tr>
<tr>
<td>Level 16 <span class="subversion">Android 4.1</span></td>
<td><code>JELLY_BEAN</code></td>
{% include progress-cell.html rowspan=1 percentage=99.8 %}
{% include progress-cell.html rowspan=2 percentage=99.8 %}
</tr>
<tr class="table-notes"><td colspan="3">
<ul>
<li>Google Play services v14.8.39+ (December 2018) <a href="https://android-developers.googleblog.com/2018/12/google-play-services-discontinuing.html">drops support</a> for API levels below 16.</li>
</ul>
</td></tr>
<tr>
<td>Level 15 <span class="subversion">Android 4.0.3 – 4.0.4</span></td>
<td><code>ICE_CREAM_SANDWICH_MR1</code></td>
Expand Down

0 comments on commit 057e270

Please sign in to comment.