Skip to content

Commit

Permalink
updates for v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Feb 18, 2017
1 parent edfd3ec commit 0220dd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repositories {
}
dependencies {
compile 'com.commonsware.cwac:netsecurity:0.4.1'
compile 'com.commonsware.cwac:netsecurity:0.4.2'
compile 'com.squareup.okhttp3:okhttp:3.6.0'
}
```
Expand Down Expand Up @@ -185,7 +185,7 @@ Otherwise, there are no external dependencies.

## Version

The current version is **0.4.1**.
The current version is **0.4.2**.

## Demo

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

|Library Version|AOSP Code Base |Release Notes|
|:-------------:|:------------------------------------------------------------------------------------------------------:|-------------|
|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|
|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|
|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|
|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)|
Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.0.2'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
debugCompile project(':netsecurity-netcipher')
releaseCompile 'com.commonsware.cwac:netsecurity-netcipher:0.4.1'
releaseCompile 'com.commonsware.cwac:netsecurity-netcipher:0.4.2'
compile 'com.squareup.okhttp3:okhttp:3.6.0'
}

Expand Down
2 changes: 1 addition & 1 deletion netsecurity-netcipher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {

dependencies {
debugCompile project(':netsecurity')
releaseCompile 'com.commonsware.cwac:netsecurity:0.4.1'
releaseCompile 'com.commonsware.cwac:netsecurity:0.4.2'
compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1'
compile 'info.guardianproject.netcipher:netcipher-okhttp3:2.0.0-alpha1'
compile 'com.squareup.okhttp3:okhttp:3.6.0'
Expand Down

0 comments on commit 0220dd5

Please sign in to comment.