Skip to content

Commit

Permalink
Update version to 3.27.1 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored and npurushe committed Feb 19, 2019
1 parent 8c5a893 commit 2209ef4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change Log
==========

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

## 3.26.0
- [SQLite 3.26.0](http://sqlite.org/releaselog/3_26_0.html)
- Update `org.apache.httpcomponents:httpclient` dependency to 4.5.6
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'org.apache.httpcomponents:httpclient:4.5.7'
}
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.26.0'
version = '3.27.1'
description = 'Android SQLite compatibility library'

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

ext {
sqliteDistributionUrl = 'http://sqlite.org/2018/sqlite-amalgamation-3260000.zip'
sqliteDistributionUrl = 'http://sqlite.org/2019/sqlite-amalgamation-3270100.zip'
pomXml = {
resolveStrategy = DELEGATE_FIRST
name project.name
Expand Down

0 comments on commit 2209ef4

Please sign in to comment.