From 47771858eecbfe0fc5aff82062a25b0ce4c89ad0 Mon Sep 17 00:00:00 2001 From: Nikhil Purushe Date: Mon, 2 Jan 2017 21:17:51 -0800 Subject: [PATCH] Update version to 3.16.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- sqlite-android/build.gradle | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6e3f6e..4dbc1b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 9bac25c8..2485c9ec 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/sqlite-android/build.gradle b/sqlite-android/build.gradle index 9fc63eab..fbd0b8b3 100644 --- a/sqlite-android/build.gradle +++ b/sqlite-android/build.gradle @@ -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 { @@ -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