Skip to content

Commit b632b3a

Browse files
committed
updated for v0.4.3
1 parent ed5b39f commit b632b3a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.markdown

+6-5
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ repositories {
3232
}
3333
3434
dependencies {
35-
compile 'com.commonsware.cwac:netsecurity:0.4.2'
36-
compile 'com.squareup.okhttp3:okhttp:3.6.0'
35+
compile 'com.commonsware.cwac:netsecurity:0.4.3'
36+
compile 'com.squareup.okhttp3:okhttp:3.8.0'
3737
}
3838
```
3939

@@ -174,7 +174,7 @@ module with the CRT file that matches your self-signed certificate that
174174
`netsecurity` has a `provided` dependency on OkHttp3. This library
175175
should fairly closely track the latest OkHttp3 release. Version 0.4.x
176176
of this library uses OkHttp version
177-
**3.6.0**. If you find
177+
**3.8.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.2**.
188+
The current version is **0.4.3**.
189189

190190
## Demo
191191

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

235235
|Library Version|AOSP Code Base |Release Notes|
236236
|:-------------:|:------------------------------------------------------------------------------------------------------:|-------------|
237-
|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)|add single-item-chain filtering for memorization|
237+
|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|
238+
|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|
238239
|v0.4.1 |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)|switched to OkHttp 3.6.0, add domain filtering for memorization|
239240
|v0.4.0 |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 certificate memorization and NetCipher integration options|
240241
|v0.3.1 |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)|bug fix per [issue #7](https://github.com/commonsguy/cwac-netsecurity/issues/7)|

0 commit comments

Comments
 (0)