Merge "Added SQLite versions used on API levels 28, 30 and 31." am: 2a2aa6d3c5
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1688650 Change-Id: I6df7f027d41fada91f46873a4bdafae1b5e88cbc
This commit is contained in:
committed by
Automerger Merge Worker
commit
e40b2193fe
@@ -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 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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user