Skip to content

Commit

Permalink
Update version to 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
npurushe committed Jan 3, 2017
1 parent 5bd3e7a commit 4777185
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.16.0

- [SQLite 3.16.0](https://sqlite.org/releaselog/3_16_0.html)

## 3.15.1

- [SQLite 3.15.1](https://sqlite.org/releaselog/3_15_1.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 {
compile 'io.requery:sqlite-android:3.15.1'
compile 'io.requery:sqlite-android:3.16.0'
}
```
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 @@ -10,7 +10,7 @@ apply plugin: 'com.jfrog.bintray'
import de.undercouch.gradle.tasks.download.Download

group = 'io.requery'
version = '3.15.1'
version = '3.16.0'
description = 'Android SQLite compatibility library'

gradle.projectsEvaluated {
Expand Down Expand Up @@ -56,7 +56,7 @@ publish.dependsOn assembleRelease
bintrayUpload.dependsOn assembleRelease

ext {
sqliteDistributionUrl = 'http://sqlite.org/2016/sqlite-amalgamation-3150100.zip'
sqliteDistributionUrl = 'https://www.sqlite.org/2017/sqlite-amalgamation-3160000.zip'
pomXml = {
resolveStrategy = Closure.DELEGATE_FIRST
name project.name
Expand Down

0 comments on commit 4777185

Please sign in to comment.