Merge "Update the SQLite version table"

This commit is contained in:
Treehugger Robot
2023-06-13 19:55:57 +00:00
committed by Gerrit Code Review

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>