Skip to content

Commit

Permalink
Update version to 3.30.1 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B authored and npurushe committed Oct 30, 2019
1 parent 169cb3d commit 4ece388
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

## 3.30.1
- [SQLite 3.30.0](http://sqlite.org/releaselog/3_30_0.html)
- [SQLite 3.30.1](http://sqlite.org/releaselog/3_30_1.html)

## 3.29.0
- [SQLite 3.29.0](http://sqlite.org/releaselog/3_29_0.html)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Usage

```gradle
dependencies {
implementation 'io.requery:sqlite-android:3.29.0'
implementation 'io.requery:sqlite-android:3.30.1'
}
```
Then change usages of `android.database.sqlite.SQLiteDatabase` to
Expand Down
4 changes: 2 additions & 2 deletions sqlite-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'com.jfrog.bintray'
apply plugin: 'de.undercouch.download'

group = 'io.requery'
version = '3.29.0'
version = '3.30.1'
description = 'Android SQLite compatibility library'

android {
Expand Down Expand Up @@ -60,7 +60,7 @@ publish.dependsOn "assembleRelease"
bintrayUpload.dependsOn "assembleRelease"

ext {
sqliteDistributionUrl = 'https://sqlite.org/2019/sqlite-amalgamation-3290000.zip'
sqliteDistributionUrl = 'https://sqlite.org/2019/sqlite-amalgamation-3300100.zip'
pomXml = {
resolveStrategy = DELEGATE_FIRST
name project.name
Expand Down

0 comments on commit 4ece388

Please sign in to comment.