We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642b47b commit 7663819Copy full SHA for 7663819
README.md
@@ -642,7 +642,7 @@ Releases
642
Our [change log][changelog] has release history.
643
644
```kotlin
645
-implementation("com.squareup.okio:okio:2.4.0")
+implementation("com.squareup.okio:okio:2.4.1")
646
```
647
648
Snapshot builds are [available][snap].
gradle.properties
@@ -1,7 +1,7 @@
1
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
2
3
GROUP=com.squareup.okio
4
-VERSION_NAME=2.5.0-SNAPSHOT
+VERSION_NAME=2.4.1
5
6
POM_DESCRIPTION=A modern I/O API for Java
7
0 commit comments