Skip to content

Commit

Permalink
Publish version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Jun 5, 2017
1 parent 19a6355 commit ef3dae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.0
## 1.1.0 (2017-06-05)

* Remove unnecessary Proguard rules prevent proper obfuscation, see #15
* Add new annotation `StateReflection` to properly support obfuscation even though reflection is being used, see #15
Expand Down
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 {
compile 'com.evernote:android-state:1.0.6'
compile 'com.evernote:android-state:1.1.0'
// Java only project
annotationProcessor 'com.evernote:android-state-processor:1.0.6'
annotationProcessor 'com.evernote:android-state-processor:1.1.0'
// Kotlin with or without Java
kapt 'com.evernote:android-state-processor:1.0.6'
kapt 'com.evernote:android-state-processor:1.1.0'
}
```

Expand Down

0 comments on commit ef3dae7

Please sign in to comment.