Skip to content

Commit 0220dd5

Browse files
committed
updates for v0.4.2
1 parent edfd3ec commit 0220dd5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.markdown

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
}
3333
3434
dependencies {
35-
compile 'com.commonsware.cwac:netsecurity:0.4.1'
35+
compile 'com.commonsware.cwac:netsecurity:0.4.2'
3636
compile 'com.squareup.okhttp3:okhttp:3.6.0'
3737
}
3838
```
@@ -185,7 +185,7 @@ Otherwise, there are no external dependencies.
185185

186186
## Version
187187

188-
The current version is **0.4.1**.
188+
The current version is **0.4.2**.
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.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|
237238
|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|
238239
|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|
239240
|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)|

demo/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.0.2'
1313
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
1414
debugCompile project(':netsecurity-netcipher')
15-
releaseCompile 'com.commonsware.cwac:netsecurity-netcipher:0.4.1'
15+
releaseCompile 'com.commonsware.cwac:netsecurity-netcipher:0.4.2'
1616
compile 'com.squareup.okhttp3:okhttp:3.6.0'
1717
}
1818

netsecurity-netcipher/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626

2727
dependencies {
2828
debugCompile project(':netsecurity')
29-
releaseCompile 'com.commonsware.cwac:netsecurity:0.4.1'
29+
releaseCompile 'com.commonsware.cwac:netsecurity:0.4.2'
3030
compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
3131
compile 'info.guardianproject.netcipher:netcipher-okhttp3:2.0.0-alpha1'
3232
compile 'com.squareup.okhttp3:okhttp:3.6.0'

0 commit comments

Comments
 (0)