diff --git a/CHANGELOG.md b/CHANGELOG.md index e2035e2..6c7021e 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.2](https://github.com/farfromrefug/nativescript-https/compare/v3.3.1...v3.3.2) (2021-10-21) + + +### Bug Fixes + +* **android:** native-api-usage fix ([6f8748d](https://github.com/farfromrefug/nativescript-https/commit/6f8748da0323eb2520dbb5024301deb136bd5baa)) + + + + + ## [3.3.1](https://github.com/farfromrefug/nativescript-https/compare/v3.3.0...v3.3.1) (2021-10-18) diff --git a/lerna.json b/lerna.json index 6b507fa..218c527 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "3.3.1", + "version": "3.3.2", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index c90059c..5c3d9e2 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.2](https://github.com/farfromrefug/nativescript-https/compare/v3.3.1...v3.3.2) (2021-10-21) + + +### Bug Fixes + +* **android:** native-api-usage fix ([6f8748d](https://github.com/farfromrefug/nativescript-https/commit/6f8748da0323eb2520dbb5024301deb136bd5baa)) + + + + + ## [3.3.1](https://github.com/farfromrefug/nativescript-https/compare/v3.3.0...v3.3.1) (2021-10-18) diff --git a/plugin/package.json b/plugin/package.json index a87c3ea..0e3f727 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/https", - "version": "3.3.1", + "version": "3.3.2", "description": "Nativescript plugin for gestures", "main": "https", "sideEffects": false, diff --git a/plugin/platforms/android/native-api-usage.json b/plugin/platforms/android/native-api-usage.json index f765c50..9c49963 100644 --- a/plugin/platforms/android/native-api-usage.json +++ b/plugin/platforms/android/native-api-usage.json @@ -6,6 +6,9 @@ "okhttp3:RequestBody*", "okhttp3:MediaType*", "okhttp3:MultipartBody*", + "okhttp3:Response*", + "okhttp3:ResponseBody*", + "okhttp3:Headers*", "okhttp3.MultipartBody:Builder*", "okhttp3:CacheControl*", "okhttp3.CacheControl:Builder*",