Skip to content

Commit acd0eed

Browse files
committed
Update version to 3.13.0-1
1 parent 5781464 commit acd0eed

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

4+
## 3.13.0-1
5+
6+
- Fix proguard rules file
7+
48
## 3.13.0
59

610
- [SQLite 3.13.0](https://www.sqlite.org/releaselog/3_13_0.html)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Usage
4545

4646
```gradle
4747
dependencies {
48-
compile 'io.requery:sqlite-android:3.13.0'
48+
compile 'io.requery:sqlite-android:3.13.0-1'
4949
}
5050
```
5151
Then change usages of `android.database.sqlite.SQLiteDatabase` to

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.13.0'
13+
version = '3.13.0-1'
1414
description = 'Android SQLite compatibility library'
1515

1616
gradle.projectsEvaluated {

0 commit comments

Comments
 (0)