Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

## 3.20.1

- [SQLite 3.20.1](https://sqlite.org/releaselog/3_20_1.html)

## 3.20.0

- [SQLite 3.20.0](https://sqlite.org/releaselog/3_20_0.html)
Expand Down Expand Up @@ -104,4 +108,4 @@ Change Log

## 3.12.0

- Initial release with SQLite 3.12.0
- Initial release with SQLite 3.12.0
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.20.0'
version = '3.20.1'
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/2017/sqlite-amalgamation-3200000.zip'
sqliteDistributionUrl = 'http://sqlite.org/2017/sqlite-amalgamation-3200100.zip'
pomXml = {
resolveStrategy = Closure.DELEGATE_FIRST
name project.name
Expand Down