We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ff99f commit 81466baCopy full SHA for 81466ba
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+## 3.12.1-1
5
+
6
+- Fix CursorWindow deactivate/close
7
+- Fix Cursor setNotificationUri not working
8
9
## 3.12.1
10
11
- [SQLite 3.12.1](https://www.sqlite.org/releaselog/3_12_1.html)
sqlite-android/build.gradle
@@ -10,7 +10,7 @@ apply plugin: 'com.jfrog.bintray'
import de.undercouch.gradle.tasks.download.Download
12
group = 'io.requery'
13
-version = '3.12.1'
+version = '3.12.1-1'
14
description = 'Android SQLite compatibility library'
15
16
gradle.projectsEvaluated {
0 commit comments