Skip to content

Commit baadd78

Browse files
vanniktechartem-zinnatullin
authored andcommitted
Release 1.2.0.0 (#40)
1 parent bf436e6 commit baadd78

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

612
_2016_09_07_

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.10`, RxJavaProGuardRules `1.1.10.n`. Easy breezy.
7+
Example: RxJava `1.2.0`, RxJavaProGuardRules `1.2.0.n`. Easy breezy.
88

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

1111
####Download
1212

1313
```groovy
1414
// RxJava itself
15-
compile 'io.reactivex:rxjava:1.1.10'
15+
compile 'io.reactivex:rxjava:1.2.0'
1616
1717
// And ProGuard rules for RxJava!
18-
compile 'com.artemzin.rxjava:proguard-rules:1.1.10.0'
18+
compile 'com.artemzin.rxjava:proguard-rules:1.2.0.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=16
2-
VERSION_NAME=1.1.10.0
1+
VERSION_CODE=17
2+
VERSION_NAME=1.2.0.0
33
GROUP=com.artemzin.rxjava
44

55
POM_DESCRIPTION=ProGuard rules for RxJava shipped as AAR!

0 commit comments

Comments
 (0)