Skip to content

Commit

Permalink
Update version 3.20.1 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterRager authored and npurushe committed Sep 7, 2017
1 parent 866fad1 commit 57ec406
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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

0 comments on commit 57ec406

Please sign in to comment.