Skip to content

Commit

Permalink
Merge pull request #513 from pushtorefresh/release-1-3-1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
artem-zinnatullin committed Sep 10, 2015
2 parents c0d3742 + 29cd50b commit 36b2296
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
StorIO Change Log
==========

## Version 1.3.1

_2015_09_10_

* Add info about all types of fields supported by StorIO Annotation Processor!
* Updated build tools and dependencies! (Gradle Plugin 1.4.0-beta1, sdk 23, RxJava 1.0.14, RxAndroid 1.0.1, Support Libs 23.0.1, Private Constructor Checker 1.1.0, Dagger 2.0.1, ButterKnife 7.0.1)
* **Fix SQLiteDatabase.execSQL() without args!**

**Changes:**

* [PR 503](https://github.com/pushtorefresh/storio/pull/503) Annotation processor supported types
* [PR 504](https://github.com/pushtorefresh/storio/pull/504) New build tools and dependencies
* [PR 510](https://github.com/pushtorefresh/storio/pull/510) Raw query without arguments fix

## Version 1.3.0

_2015_08_29_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Easy ways to learn how to use `StorIO` -> check out `Documentation`, `Design Tes
####Download:
```groovy
// If you need StorIO for SQLite
compile 'com.pushtorefresh.storio:sqlite:1.3.0'
compile 'com.pushtorefresh.storio:sqlite:1.3.1'
// If you need StorIO for ContentResolver
compile 'com.pushtorefresh.storio:content-resolver:1.3.0'
compile 'com.pushtorefresh.storio:content-resolver:1.3.1'
// Notice that RxJava is optional dependency for StorIO,
// So if you need it -> please add it manually.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=13
VERSION_NAME=1.3.0
VERSION_CODE=14
VERSION_NAME=1.3.1
GROUP=com.pushtorefresh.storio

POM_DESCRIPTION=Modern API for SQLiteDatabase and ContentResolver
Expand Down

0 comments on commit 36b2296

Please sign in to comment.