Commit e906faf 1 parent d5eefa4 commit e906faf Copy full SHA for e906faf
File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## Version 2.2.2
5
+
6
+ _ 2019-01-28_
7
+
8
+ * Fix: Make ` Pipe.fold() ` close the underlying sink when necessary.
9
+
10
+
11
+ ## Version 1.17.3
12
+
13
+ _ 2019-01-28_
14
+
15
+ * Fix: Make ` Pipe.fold() ` close the underlying sink when necessary.
16
+
17
+
4
18
## Version 1.17.2
5
19
6
20
_ 2019-01-17_
Original file line number Diff line number Diff line change @@ -642,12 +642,12 @@ Download [the latest JAR][2] or grab via Maven:
642
642
<dependency >
643
643
<groupId >com.squareup.okio</groupId >
644
644
<artifactId >okio</artifactId >
645
- <version >2.2.0 </version >
645
+ <version >2.2.2 </version >
646
646
</dependency >
647
647
```
648
648
or Gradle:
649
649
``` groovy
650
- compile 'com.squareup.okio:okio:2.2.0 '
650
+ compile 'com.squareup.okio:okio:2.2.2 '
651
651
```
652
652
653
653
Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =' -Dfile.encoding=UTF-8'
2
2
3
3
GROUP =com.squareup.okio
4
- VERSION_NAME =2.3.0-SNAPSHOT
4
+ VERSION_NAME =2.2.2
5
5
6
6
POM_DESCRIPTION =A modern I/O API for Java
7
7
You can’t perform that action at this time.
0 commit comments