Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dca5fcc1 authored by Lee Shombert's avatar Lee Shombert
Browse files

Update the SQLite version table

Bug: 286485585

API levels 32 and 33 use SQLite 3.32.
API level 34 uses SQLite 3.39.

Test: make ds-docs
Change-Id: Ibea0cd47224e9d6bdffed4abbcfa8ba42e98587e
parent f7cb3315
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ with adb shell, for example, <code>adb -e shell sqlite3</code>.
<p>The version of SQLite depends on the version of Android. See the following table:
<table style="width:auto;">
  <tr><th>Android API</th><th>SQLite Version</th></tr>
  <tr><td>API 34</td><td>3.39</td></tr>
  <tr><td>API 33</td><td>3.32</td></tr>
  <tr><td>API 32</td><td>3.32</td></tr>
  <tr><td>API 31</td><td>3.32</td></tr>
  <tr><td>API 30</td><td>3.28</td></tr>
  <tr><td>API 28</td><td>3.22</td></tr>