Skip to content

Commit 7433551

Browse files
committed
Publish version 1.2.1
1 parent bf7a7fd commit 7433551

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.2.1
1+
## 1.2.1 (2018-03-18)
22

33
* Fix an issue with kapt where a class cannot be found, see #42
44
* Fix problems with the Proguard rules and allow better obfuscation, see #43

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Download the latest [library](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%2
88

99
```groovy
1010
dependencies {
11-
compile 'com.evernote:android-state:1.2.0'
11+
compile 'com.evernote:android-state:1.2.1'
1212
// Java only project
13-
annotationProcessor 'com.evernote:android-state-processor:1.2.0'
13+
annotationProcessor 'com.evernote:android-state-processor:1.2.1'
1414
1515
// Kotlin with or without Java
16-
kapt 'com.evernote:android-state-processor:1.2.0'
16+
kapt 'com.evernote:android-state-processor:1.2.1'
1717
}
1818
```
1919

0 commit comments

Comments
 (0)