Skip to content

Commit 9518266

Browse files
committed
updated for v0.4.0
1 parent fcd9aee commit 9518266

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.markdown

+4-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
}
3333
3434
dependencies {
35-
compile 'com.commonsware.cwac:netsecurity:0.3.1'
35+
compile 'com.commonsware.cwac:netsecurity:0.4.0'
3636
compile 'com.squareup.okhttp3:okhttp:3.5.0'
3737
}
3838
```
@@ -172,7 +172,7 @@ 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.3.x
175+
should fairly closely track the latest OkHttp3 release. Version 0.4.x
176176
of this library uses OkHttp version
177177
**3.5.0**. If you find
178178
that the library has fallen behind, please
@@ -185,7 +185,7 @@ Otherwise, there are no external dependencies.
185185

186186
## Version
187187

188-
The current version is **0.3.1**.
188+
The current version is **0.4.0**.
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.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|
237238
|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)|
238239
|v0.3.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)|`user` validation per [issue #5](https://github.com/commonsguy/cwac-netsecurity/issues/5)|
239240
|v0.2.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 #3](https://github.com/commonsguy/cwac-netsecurity/issues/3)|

0 commit comments

Comments
 (0)