@@ -25,7 +25,7 @@ Use new SQLite features:
2525- ** [ JSON1 extension] ( https://www.sqlite.org/json1.html ) **
2626- ** [ Common Table expressions] ( https://www.sqlite.org/lang_with.html ) **
2727- ** [ Indexes on expressions] ( https://www.sqlite.org/expridx.html ) **
28- - ** [ Full Text Search 5] ( https://www.sqlite.org/fts5.html ) **
28+ - ** [ Full- Text Search 5] ( https://www.sqlite.org/fts5.html ) **
2929- ** [ Generated Columns] ( https://www.sqlite.org/gencol.html ) **
3030- ** [ DROP COLUMN support] ( https://www.sqlite.org/lang_altertable.html#altertabdropcol ) **
3131
@@ -51,7 +51,7 @@ Then add the sqlite-android artifact from this repository as a dependency:
5151
5252``` gradle
5353dependencies {
54- implementation 'com.github.requery:sqlite-android:3.43 .0'
54+ implementation 'com.github.requery:sqlite-android:3.45 .0'
5555}
5656```
5757Then change usages of ` android.database.sqlite.SQLiteDatabase ` to
@@ -115,7 +115,7 @@ Versioning
115115----------
116116
117117The 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.43 .0-X, where X is the revision number.
118+ wrapper API, a revision number is added e.g., 3.45 .0-X, where X is the revision number.
119119
120120Acknowledgements
121121----------------
@@ -134,12 +134,12 @@ Changes
134134 CursorWindow.
135135- Reuse of android.database.sqlite.* , the original SQLite bindings replicated the entire
136136 android.database.sqlite API structure including exceptions & interfaces. This project does not
137- do that, instead it reuses the original classes/interfaces when possible in order to simplify
137+ do that, instead it reuses the original classes/interfaces when possible to simplify
138138 migration and/or use with existing code.
139139- Unit tests added
140140- Compile with [ clang] ( http://clang.llvm.org/ ) toolchain
141141- Compile with FTS3, FTS4, & JSON1 extension
142- - Migrate to gradle build
142+ - Migrate to Gradle build
143143- buildscript dynamically fetches and builds the latest sqlite source from sqlite.org
144144- Added consumer proguard rules
145145- Use androidx-core version of ` CancellationSignal `
@@ -153,7 +153,7 @@ Changes
153153License
154154-------
155155
156- Copyright (C) 2017-2023 requery.io
156+ Copyright (C) 2017-2024 requery.io
157157 Copyright (C) 2005-2012 The Android Open Source Project
158158
159159 Licensed under the Apache License, Version 2.0 (the "License");
0 commit comments