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

Commit fe852293 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update the SQLite version table" am: af2669d6 am: cd5b9cb5 am:...

Merge "Update the SQLite version table" am: af2669d6 am: cd5b9cb5 am: 0281bb79 am: 811bf3fa am: 76e888b3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2622824



Change-Id: Iafecfe559fbab32a1f4cd388f4f63cf7de535575
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6d749065 76e888b3
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>