We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe3916 commit 1b1a6a9Copy full SHA for 1b1a6a9
README.md
@@ -8,12 +8,12 @@ Download the latest [library](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%2
8
9
```groovy
10
dependencies {
11
- implementation 'com.evernote:android-state:1.3.1'
+ implementation 'com.evernote:android-state:1.4.0'
12
// Java only project
13
- annotationProcessor 'com.evernote:android-state-processor:1.3.1'
+ annotationProcessor 'com.evernote:android-state-processor:1.4.0'
14
15
// Kotlin with or without Java
16
- kapt 'com.evernote:android-state-processor:1.3.1'
+ kapt 'com.evernote:android-state-processor:1.4.0'
17
}
18
```
19
0 commit comments