Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit ba0282e

Browse files
committed
Release 1.7.3
1 parent 6997117 commit ba0282e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ of using android-retrostreams might be the more promising approach.
3636
The [online Javadoc](https://retrostreams.github.io/android-retrostreams/apidocs/index.html) gives a
3737
picture of the API changes.
3838

39-
The current stable release of retrostreams is `android-retrostreams-1.7.2`.
39+
The current stable release of retrostreams is `android-retrostreams-1.7.3`.
4040

4141
Please give feedback [here](https://github.com/retrostreams/android-retrostreams/issues) if you experience
4242
any problems.
@@ -46,7 +46,7 @@ any problems.
4646

4747
```gradle
4848
dependencies {
49-
implementation 'net.sourceforge.streamsupport:android-retrostreams:1.7.2'
49+
implementation 'net.sourceforge.streamsupport:android-retrostreams:1.7.3'
5050
}
5151
```
5252

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ <h3 id="javadoc">Javadoc online</h3>
3737
<h3 id="files">Downloads</h3>
3838

3939
<ul>
40-
<li><a href="https://github.com/retrostreams/android-retrostreams/releases/download/1.7.2/android-retrostreams-1.7.2.jar">android-retrostreams-1.7.2.jar</a> - Java 8 Jar file (Bytecode version 52)</li>
41-
<li><a href="https://github.com/retrostreams/android-retrostreams/releases/download/1.7.2/android-retrostreams-1.7.2-javadoc.jar">android-retrostreams-1.7.2-javadoc.jar</a> - Javadoc API documentation</li>
42-
<li><a href="https://github.com/retrostreams/android-retrostreams/archive/1.7.2.zip">android-retrostreams-1.7.2-src.zip</a> - Java source code</li>
40+
<li><a href="https://github.com/retrostreams/android-retrostreams/releases/download/1.7.3/android-retrostreams-1.7.3.jar">android-retrostreams-1.7.3.jar</a> - Java 8 Jar file (Bytecode version 52)</li>
41+
<li><a href="https://github.com/retrostreams/android-retrostreams/releases/download/1.7.3/android-retrostreams-1.7.3-javadoc.jar">android-retrostreams-1.7.3-javadoc.jar</a> - Javadoc API documentation</li>
42+
<li><a href="https://github.com/retrostreams/android-retrostreams/archive/1.7.3.zip">android-retrostreams-1.7.3-src.zip</a> - Java source code</li>
4343
</ul>
4444

4545

0 commit comments

Comments
 (0)