File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.1 (2017-01-27)
2+
3+ * Insert missing casted type for ` Parcelable ` or ` Serializable ` getters
4+ * Allow ` is ` as getter prefix for boolean getters
5+
16## 1.0.0 (2017-01-26)
27
38* Initial release
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Download the latest [library](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%2
88
99``` groovy
1010dependencies {
11- compile 'com.evernote:android-state:1.0.0 '
12- annotationProcessor 'com.evernote:android-state-processor:1.0.0 '
11+ compile 'com.evernote:android-state:1.0.1 '
12+ annotationProcessor 'com.evernote:android-state-processor:1.0.1 '
1313}
1414```
1515
Original file line number Diff line number Diff line change 1- # VERSION_NAME=1.0.0
2- VERSION_NAME =1.0.0 -SNAPSHOT
1+ # VERSION_NAME=1.0.1
2+ VERSION_NAME =1.0.1 -SNAPSHOT
33VERSION_CODE =1
You can’t perform that action at this time.
0 commit comments