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

Commit 50179d6

Browse files
committed
update Readme
1 parent 423cecc commit 50179d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
android-retroatomic is a backport of the java.util.concurrent.atomic classes added in Java 8 (DoubleAccumulator, LongAccumulator, DoubleAdder and LongAdder) for Android developers wanting to use the Android Studio 3.0 desugar toolchain.
1010

1111
There is nothing specific to Android or the desugar toolchain in this code (it could even be compiled to Java 6 bytecode) but it has a dependency on [android-retrostreams](https://github.com/retrostreams/android-retrostreams) which is why this exists as a separate component (the corresponding [streamsupport-atomic](https://github.com/stefan-zobel/streamsupport/tree/master/src/atomic) component can't be used with android-retrostreams
12-
and [android-retrostreams](https://github.com/retrostreams/android-retrostreams) itself can *only* be used with desugar or Java 8 / 9).
12+
and [android-retrostreams](https://github.com/retrostreams/android-retrostreams) itself can *only* be used with desugar or Java 8 and higher).
1313

1414
Other than having a different package name this code has no further changes compared with [streamsupport-atomic](https://github.com/stefan-zobel/streamsupport/tree/master/src/atomic)
1515

@@ -22,7 +22,7 @@ Please give feedback [here](https://github.com/retrostreams/android-retroatomic/
2222

2323
```gradle
2424
dependencies {
25-
compile 'net.sourceforge.streamsupport:android-retroatomic:1.6.3'
25+
compile 'net.sourceforge.streamsupport:android-retroatomic:1.7.0'
2626
}
2727
```
2828

0 commit comments

Comments
 (0)