From 06dc376b01683675ef2a90135396ec5a9f1cf60a Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 20 Jan 2022 10:32:53 +0100 Subject: [PATCH 1/2] fix(android): native-api-usage fix --- plugin/platforms/android/native-api-usage.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/platforms/android/native-api-usage.json b/plugin/platforms/android/native-api-usage.json index 121770d..1e40deb 100644 --- a/plugin/platforms/android/native-api-usage.json +++ b/plugin/platforms/android/native-api-usage.json @@ -3,6 +3,7 @@ "android.os:StrictMode*", "android.os.StrictMode:ThreadPolicy*", "okhttp3:Call*", + "okhttp3:Dispatcher*", "okhttp3:RequestBody*", "okhttp3:MediaType*", "okhttp3:MultipartBody*", From e776b25b395c336364242947249098dc050b5a60 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 20 Jan 2022 10:33:13 +0100 Subject: [PATCH 2/2] v3.3.11 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 11 +++++++++++ plugin/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69cf7b..07780c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.11](https://github.com/nativescript-community/https/compare/v3.3.10...v3.3.11) (2022-01-20) + + +### Bug Fixes + +* **android:** native-api-usage fix ([06dc376](https://github.com/nativescript-community/https/commit/06dc376b01683675ef2a90135396ec5a9f1cf60a)) + + + + + ## [3.3.10](https://github.com/nativescript-community/https/compare/v3.3.9...v3.3.10) (2022-01-19) diff --git a/lerna.json b/lerna.json index 3886dc6..621df6a 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "3.3.10", + "version": "3.3.11", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 60168c9..0d86f1d 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.11](https://github.com/nativescript-community/https/compare/v3.3.10...v3.3.11) (2022-01-20) + + +### Bug Fixes + +* **android:** native-api-usage fix ([06dc376](https://github.com/nativescript-community/https/commit/06dc376b01683675ef2a90135396ec5a9f1cf60a)) + + + + + ## [3.3.10](https://github.com/nativescript-community/https/compare/v3.3.9...v3.3.10) (2022-01-19) **Note:** Version bump only for package @nativescript-community/https diff --git a/plugin/package.json b/plugin/package.json index bb0726a..dd9ee01 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/https", - "version": "3.3.10", + "version": "3.3.11", "description": "Nativescript plugin for gestures", "main": "https", "sideEffects": false,