Skip to content

Commit fcbdf4c

Browse files
Release 1.2.2 (#46)
1 parent d6b4bf6 commit fcbdf4c

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.2.2.0
5+
6+
_2016_11_7_
7+
8+
* Just a release for RxJava 1.2.2, no changes in ProGuard rules since 1.0.16.2
9+
410
## Version 1.2.1.0
511

612
_2016_10_6_

README.md

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

1313
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!
1414

15-
Example: RxJava `1.2.1`, RxJavaProGuardRules `1.2.1.n`. Easy breezy.
15+
Example: RxJava `1.2.2`, RxJavaProGuardRules `1.2.2.n`. Easy breezy.
1616

1717
------------
1818

1919
####Download
2020

2121
```groovy
2222
// RxJava itself
23-
compile 'io.reactivex:rxjava:1.2.1'
23+
compile 'io.reactivex:rxjava:1.2.2'
2424
2525
// And ProGuard rules for RxJava!
26-
compile 'com.artemzin.rxjava:proguard-rules:1.2.1.0'
26+
compile 'com.artemzin.rxjava:proguard-rules:1.2.2.0'
2727
```
2828

2929
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=18
2-
VERSION_NAME=1.2.1.0
1+
VERSION_CODE=19
2+
VERSION_NAME=1.2.2.0
33
GROUP=com.artemzin.rxjava
44

55
POM_DESCRIPTION=ProGuard rules for RxJava shipped as AAR!

0 commit comments

Comments
 (0)