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
This commit is contained in:
Lee Shombert
2023-06-13 10:42:01 -07:00
parent f7cb33154b
commit dca5fcc186

View File

@@ -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>