From cc82f9b22a5f7f107e3d63ec05421dd9f6924e96 Mon Sep 17 00:00:00 2001 From: Mark Murphy Date: Mon, 28 Nov 2016 18:03:31 -0500 Subject: [PATCH] updates for v0.2.1 --- README.markdown | 5 +++-- demo/build.gradle | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index f15705c..e39c884 100644 --- a/README.markdown +++ b/README.markdown @@ -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' } ``` @@ -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 @@ -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| diff --git a/demo/build.gradle b/demo/build.gradle index d4d70e7..48b7f00 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -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 {