Skip to content

Commit 81466ba

Browse files
committed
Update version to 3.12.1-1
1 parent 22ff99f commit 81466ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
## 3.12.1-1
5+
6+
- Fix CursorWindow deactivate/close
7+
- Fix Cursor setNotificationUri not working
8+
49
## 3.12.1
510

611
- [SQLite 3.12.1](https://www.sqlite.org/releaselog/3_12_1.html)

sqlite-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: 'com.jfrog.bintray'
1010
import de.undercouch.gradle.tasks.download.Download
1111

1212
group = 'io.requery'
13-
version = '3.12.1'
13+
version = '3.12.1-1'
1414
description = 'Android SQLite compatibility library'
1515

1616
gradle.projectsEvaluated {

0 commit comments

Comments
 (0)