Skip to content

Commit

Permalink
Publish version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Sep 24, 2018
1 parent 7fe3916 commit 1b1a6a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Download the latest [library](https://search.maven.org/#search%7Cga%7C1%7Ca%3A%2

```groovy
dependencies {
implementation 'com.evernote:android-state:1.3.1'
implementation 'com.evernote:android-state:1.4.0'
// Java only project
annotationProcessor 'com.evernote:android-state-processor:1.3.1'
annotationProcessor 'com.evernote:android-state-processor:1.4.0'
// Kotlin with or without Java
kapt 'com.evernote:android-state-processor:1.3.1'
kapt 'com.evernote:android-state-processor:1.4.0'
}
```

Expand Down

0 comments on commit 1b1a6a9

Please sign in to comment.