|
3 | 3 |  |
4 | 4 | [](https://jitpack.io/#requery/sqlite-android) |
5 | 5 |
|
6 | | -This is an Android specific distribution of the latest versions of SQLite. |
7 | | -It contains the latest SQLite version and the Android specific database APIs |
| 6 | +This is an Android-specific distribution of the latest versions of SQLite. |
| 7 | +It contains the latest SQLite version and the Android-specific database APIs |
8 | 8 | derived from AOSP packaged as an AAR library distributed on jitpack. |
9 | 9 |
|
10 | 10 | Why? |
@@ -51,7 +51,7 @@ Then add the sqlite-android artifact from this repository as a dependency: |
51 | 51 |
|
52 | 52 | ```gradle |
53 | 53 | dependencies { |
54 | | - implementation 'com.github.requery:sqlite-android:3.51.1' |
| 54 | + implementation 'com.github.requery:sqlite-android:3.51.2' |
55 | 55 | } |
56 | 56 | ``` |
57 | 57 | Then change usages of `android.database.sqlite.SQLiteDatabase` to |
@@ -115,7 +115,7 @@ Versioning |
115 | 115 | ---------- |
116 | 116 |
|
117 | 117 | The library is versioned after the version of SQLite it contains. For changes specific to just the |
118 | | -wrapper API, a revision number is added, e.g., 3.51.1-X, where X is the revision number. |
| 118 | +wrapper API, a revision number is added, e.g., 3.51.2-X, where X is the revision number. |
119 | 119 |
|
120 | 120 | Acknowledgements |
121 | 121 | ---------------- |
@@ -153,7 +153,7 @@ Changes |
153 | 153 | License |
154 | 154 | ------- |
155 | 155 |
|
156 | | - Copyright (C) 2017-2025 requery.io |
| 156 | + Copyright (C) 2017-2026 requery.io |
157 | 157 | Copyright (C) 2005-2012 The Android Open Source Project |
158 | 158 |
|
159 | 159 | Licensed under the Apache License, Version 2.0 (the "License"); |
|
0 commit comments