1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-26 06:43:09 +03:00

3.9.0 is out

This commit is contained in:
Jesse Wilson
2017-09-04 18:05:39 -04:00
committed by GitHub
parent 51311219af
commit dcabf48ecc

View File

@@ -11,12 +11,12 @@ Download [the latest JAR][3] or grab via Maven:
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup.okhttp3:okhttp:3.8.1'
compile 'com.squareup.okhttp3:okhttp:3.9.0'
```
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
@@ -36,13 +36,13 @@ Download [the latest JAR][4] or grab via Maven:
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<scope>test</scope>
</dependency>
```
or Gradle:
```groovy
testCompile 'com.squareup.okhttp3:mockwebserver:3.8.1'
testCompile 'com.squareup.okhttp3:mockwebserver:3.9.0'
```
ProGuard