Skip to content

Commit a328237

Browse files
committed
updates for 0.4.5
1 parent c21e1b4 commit a328237

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.markdown

+7-6
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ repositories {
3232
}
3333
3434
dependencies {
35-
compile 'com.commonsware.cwac:netsecurity:0.4.4'
36-
compile 'com.squareup.okhttp3:okhttp:3.8.0'
35+
implementation 'com.commonsware.cwac:netsecurity:0.4.5'
36+
implementation 'com.squareup.okhttp3:okhttp:3.9.0'
3737
}
3838
```
3939

4040
If you are using this library with OkHttp3, you also need to have
41-
a `compile` statement for a compatible OkHttp3 artifact, as shown
41+
an `implementation` statement for a compatible OkHttp3 artifact, as shown
4242
above.
4343

4444
If you are using `HttpURLConnection`, or tying this code into some
@@ -172,9 +172,9 @@ module with the CRT file that matches your self-signed certificate that
172172
## Dependencies
173173

174174
`netsecurity` has a `provided` dependency on OkHttp3. This library
175-
should fairly closely track the latest OkHttp3 release. Version 0.4.x
175+
should fairly closely track the latest OkHttp3 release. Version 0.4.5
176176
of this library uses OkHttp version
177-
**3.8.0**. If you find
177+
**3.9.0**. If you find
178178
that the library has fallen behind, please
179179
[file an issue](https://github.com/commonsguy/cwac-netsecurity/issues)
180180
if one has not already been filed.
@@ -185,7 +185,7 @@ Otherwise, there are no external dependencies.
185185

186186
## Version
187187

188-
The current version is **0.4.4**.
188+
The current version is **0.4.5**.
189189

190190
## Demo
191191

@@ -234,6 +234,7 @@ Do not ask for help via social media.
234234

235235
|Library Version|AOSP Code Base |Release Notes|
236236
|:-------------:|:------------------------------------------------------------------------------------------------------:|-------------|
237+
|v0.4.5 |Android 8.0 source code from the SDK, plus [the `android-7.1.0_r7` tagged edition of `conscrypt`](https://android.googlesource.com/platform/external/conscrypt/+/android-7.1.0_r7)|updated to OkHttp 3.9.0 and newer Android Plugin for Gradle, Gradle|
237238
|v0.4.4 |Android 7.1 source code from the SDK, plus [the `android-7.1.0_r7` tagged edition of `conscrypt`](https://android.googlesource.com/platform/external/conscrypt/+/android-7.1.0_r7)|updated to OkHttp 3.8.1 and fixed testing bug|
238239
|v0.4.3 |Android 7.1 source code from the SDK, plus [the `android-7.1.0_r7` tagged edition of `conscrypt`](https://android.googlesource.com/platform/external/conscrypt/+/android-7.1.0_r7)|updated to OkHttp 3.8.0 and new test SSL certificate|
239240
|v0.4.2 |Android 7.1 source code from the SDK, plus [the `android-7.1.0_r7` tagged edition of `conscrypt`](https://android.googlesource.com/platform/external/conscrypt/+/android-7.1.0_r7)|added single-item-chain filtering for memorization|

0 commit comments

Comments
 (0)