Skip to content

Commit

Permalink
Release 1.0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zinnatullin committed Nov 27, 2015
1 parent c34ce3a commit 890947d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
RxJava ProGuard Rules Change Log
==========

## Version 1.0.16.1

_2015-11-27_

* [Fix keeping fields of BaseLinkedQueue](https://github.com/artem-zinnatullin/RxJavaProGuardRules/issues/16)

## Version 1.0.16.0

_2015-11-16_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Example: RxJava `1.0.16`, RxJavaProGuardRules `1.0.16.n`. Easy breezy.
compile 'io.reactivex:rxjava:1.0.16'
// And ProGuard rules for RxJava!
compile 'com.artemzin.rxjava:proguard-rules:1.0.16.0'
compile 'com.artemzin.rxjava:proguard-rules:1.0.16.1'
```

You can find all releases on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.artemzin.rxjava%22%20AND%20a%3A%22proguard-rules%22), and here is [the file with ProGuard rules](rxjava-proguard-rules/proguard-rules.txt).
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=4
VERSION_NAME=1.0.16.0
VERSION_CODE=5
VERSION_NAME=1.0.16.1
GROUP=com.artemzin.rxjava

POM_DESCRIPTION=ProGuard rules for RxJava shipped as AAR!
Expand Down

0 comments on commit 890947d

Please sign in to comment.