Skip to content

Commit 9bf6a31

Browse files
Release 1.2.6.0. (#52)
1 parent 54fe703 commit 9bf6a31

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

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

4+
## Version 1.2.5.0
5+
6+
_2016_02_04_
7+
8+
* Just a release for RxJava 1.2.6, no changes in ProGuard rules since 1.2.5.1.
9+
10+
411
## Version 1.2.5.1
512

613
_2016_01_15_

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.5`, RxJavaProGuardRules `1.2.5.n`. Easy breezy.
15+
Example: RxJava `1.2.6`, RxJavaProGuardRules `1.2.6.n`. Easy breezy.
1616

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

1919
####Download
2020

2121
```groovy
2222
// RxJava itself
23-
compile 'io.reactivex:rxjava:1.2.5'
23+
compile 'io.reactivex:rxjava:1.2.6'
2424
2525
// And ProGuard rules for RxJava!
26-
compile 'com.artemzin.rxjava:proguard-rules:1.2.5.1'
26+
compile 'com.artemzin.rxjava:proguard-rules:1.2.6.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=23
2-
VERSION_NAME=1.2.5.1
1+
VERSION_CODE=24
2+
VERSION_NAME=1.2.6.0
33
GROUP=com.artemzin.rxjava
44

55
POM_DESCRIPTION=ProGuard rules for RxJava shipped as AAR!

0 commit comments

Comments
 (0)