Skip to content

Commit

Permalink
updates for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsguy committed Nov 28, 2016
1 parent 97ba267 commit cc82f9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
}
dependencies {
compile 'com.commonsware.cwac:netsecurity:0.2.0'
compile 'com.commonsware.cwac:netsecurity:0.2.1'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
}
```
Expand Down Expand Up @@ -167,7 +167,7 @@ Otherwise, there are no external dependencies.

## Version

The current version is **0.2.0**.
The current version is **0.2.1**.

## Demo

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

|Library Version|AOSP Code Base |Release Notes|
|:-------------:|:------------------------------------------------------------------------------------------------------:|-------------|
|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)|
|v0.2.0 |Android 7.0 source code from the SDK, plus [the `android-7.0.0_r1` tagged edition of `conscrypt`](https://android.googlesource.com/platform/external/conscrypt/+/android-7.0.0_r1)|`HttpURLConnection` no longer requires `setHost()` call|
|v0.1.0 |Android 7.0 source code from the SDK, plus [the `android-7.0.0_r1` tagged edition of `conscrypt`](https://android.googlesource.com/platform/external/conscrypt/+/android-7.0.0_r1)|update for new version of Android|
|v0.0.1 |[`android-n-preview-4`](https://android.googlesource.com/platform/frameworks/base/+/android-n-preview-4)|initial release|
8 changes: 4 additions & 4 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ dependencies {
compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.0.2'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
debugCompile project(':netsecurity')
releaseCompile 'com.commonsware.cwac:netsecurity:0.2.0'
releaseCompile 'com.commonsware.cwac:netsecurity:0.2.1'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
}

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
compileSdkVersion 25
buildToolsVersion "25.0.0"

defaultConfig {
minSdkVersion 17
targetSdkVersion 24
targetSdkVersion 25
}

signingConfigs {
Expand Down

0 comments on commit cc82f9b

Please sign in to comment.