File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## 1.3.1
1+ ## 1.3.1 (2018-06-10)
22
33* Avoid obfuscating the class name if the class contains a field annotated with ` @State ` , see #43
44* Don't use the serializable type for parcelable arrays, see #53
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Download the latest [library](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%2
88
99``` groovy
1010dependencies {
11- implementation 'com.evernote:android-state:1.3.0 '
11+ implementation 'com.evernote:android-state:1.3.1 '
1212 // Java only project
13- annotationProcessor 'com.evernote:android-state-processor:1.3.0 '
13+ annotationProcessor 'com.evernote:android-state-processor:1.3.1 '
1414
1515 // Kotlin with or without Java
16- kapt 'com.evernote:android-state-processor:1.3.0 '
16+ kapt 'com.evernote:android-state-processor:1.3.1 '
1717}
1818```
1919
Original file line number Diff line number Diff line change 1- # VERSION_NAME=1.3.0
2- VERSION_NAME =1.3.0 -SNAPSHOT
1+ # VERSION_NAME=1.3.1
2+ VERSION_NAME =1.3.1 -SNAPSHOT
33VERSION_CODE =1
You can’t perform that action at this time.
0 commit comments