Skip to content

Commit b8a4bd2

Browse files
mikehardynpurushe
authored andcommitted
Update version to 3.25.3 (#83)
1 parent 0430025 commit b8a4bd2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
==========
33

4+
## 3.25.3
5+
6+
- [SQLite 3.25.3](http://sqlite.org/releaselog/3_25_3.html)
7+
48
## 3.25.2
59

610
- [SQLite 3.25.2](http://sqlite.org/releaselog/3_25_2.html)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Usage
4545

4646
```gradle
4747
dependencies {
48-
implementation 'io.requery:sqlite-android:3.25.2'
48+
implementation 'io.requery:sqlite-android:3.25.3'
4949
}
5050
```
5151
Then change usages of `android.database.sqlite.SQLiteDatabase` to

sqlite-android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'com.jfrog.bintray'
88
apply plugin: 'de.undercouch.download'
99

1010
group = 'io.requery'
11-
version = '3.25.2'
11+
version = '3.25.3'
1212
description = 'Android SQLite compatibility library'
1313

1414
android {
@@ -55,7 +55,7 @@ publish.dependsOn "assembleRelease"
5555
bintrayUpload.dependsOn "assembleRelease"
5656

5757
ext {
58-
sqliteDistributionUrl = 'http://sqlite.org/2018/sqlite-amalgamation-3250200.zip'
58+
sqliteDistributionUrl = 'http://sqlite.org/2018/sqlite-amalgamation-3250300.zip'
5959
pomXml = {
6060
resolveStrategy = DELEGATE_FIRST
6161
name project.name

0 commit comments

Comments
 (0)