Skip to content

Commit 94b4298

Browse files
Release 1.1.7.0 (#33)
1 parent eceac11 commit 94b4298

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
RxJava ProGuard Rules Change Log
22
==========
33

4+
## Version 1.1.7.0
5+
6+
_2016_07_12_
7+
8+
* Just a release for RxJava 1.1.7, no changes in ProGuard rules since 1.0.16.2
9+
410
## Version 1.1.6.0
511

612
_2016_06_16_

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ Versioning principle:
44

55
Imagine RxJava has version `x.y.z` — RxJavaProGuardRules version will be `x.y.z.n` where `n` is patch version of ProGuard rules for the concrete version of RxJava!
66

7-
Example: RxJava `1.1.6`, RxJavaProGuardRules `1.1.6.n`. Easy breezy.
7+
Example: RxJava `1.1.7`, RxJavaProGuardRules `1.1.7.n`. Easy breezy.
88

99
------------
1010

1111
####Download
1212

1313
```groovy
1414
// RxJava itself
15-
compile 'io.reactivex:rxjava:1.1.6'
15+
compile 'io.reactivex:rxjava:1.1.7'
1616
1717
// And ProGuard rules for RxJava!
18-
compile 'com.artemzin.rxjava:proguard-rules:1.1.6.0'
18+
compile 'com.artemzin.rxjava:proguard-rules:1.1.7.0'
1919
```
2020

2121
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).

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_CODE=12
2-
VERSION_NAME=1.1.6.0
1+
VERSION_CODE=13
2+
VERSION_NAME=1.1.7.0
33
GROUP=com.artemzin.rxjava
44

55
POM_DESCRIPTION=ProGuard rules for RxJava shipped as AAR!

0 commit comments

Comments
 (0)