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

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

Update the SQLite version table

Bug: 285936283

The current Android codebase contains SQLite 3.42.0.  This updates the
version table.  The API level is left blank because it is not yet
known.

Test: make ds-docs
Change-Id: I07c7af12efff2432d339df1ec686e44f91bd7546
parent b3cd3b4a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ 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>LATEST</td><td>3.42.0</td></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>