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

Commit 9e628b60 authored by Kevin Hufnagle's avatar Kevin Hufnagle Committed by Android (Google) Code Review
Browse files

Merge "docs: Added SQLite versions used on API levels 26 and 27." into oc-mr1-dev

parents 751e69b3 5dfdfa0a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ 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 27</td><td>3.19</td></tr>
  <tr><td>API 26</td><td>3.18</td></tr>
  <tr><td>API 24</td><td>3.9</td></tr>
  <tr><td>API 21</td><td>3.8</td></tr>
  <tr><td>API 11</td><td>3.7</td></tr>