Skip to content

Commit c39ece4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents b92d084 + 3167cfc commit c39ece4

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.21](https://github.com/nativescript-community/https/compare/v4.1.20...v4.1.21) (2025-10-29)
7+
8+
### Bug Fixes
9+
10+
* **android:** another native-api-usage fix ([f3e95a2](https://github.com/nativescript-community/https/commit/f3e95a2f3f4064a378082cf4d148bc797f2b600d))
11+
612
## [4.1.20](https://github.com/nativescript-community/https/compare/v4.1.19...v4.1.20) (2025-10-29)
713

814
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.1.20",
2+
"version": "4.1.21",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/https/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.21](https://github.com/nativescript-community/https/compare/v4.1.20...v4.1.21) (2025-10-29)
7+
8+
### Bug Fixes
9+
10+
* **android:** another native-api-usage fix ([f3e95a2](https://github.com/nativescript-community/https/commit/f3e95a2f3f4064a378082cf4d148bc797f2b600d))
11+
612
## [4.1.20](https://github.com/nativescript-community/https/compare/v4.1.19...v4.1.20) (2025-10-29)
713

814
### Bug Fixes

packages/https/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/https",
3-
"version": "4.1.20",
3+
"version": "4.1.21",
44
"description": "Nativescript plugin for https requests",
55
"main": "index",
66
"funding": "https://github.com/sponsors/farfromrefug",

packages/https/platforms/android/native-api-usage.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@
2828
"okhttp3:CookieJar",
2929
"java.net:CookieManager",
3030
"java.net:CookiePolicy",
31-
"com.nativescript.https:QuotePreservingCookieJar",
32-
"com.nativescript.https:CacheInterceptor",
33-
"com.nativescript.https:CacheUtils",
34-
"com.nativescript.https:OkHttpResponse",
35-
"com.nativescript.https:OkHttpResponse.OkHttpResponseAsyncCallback",
36-
"com.nativescript.https:OkHttpResponse.OkHttpResponseCloseCallback",
31+
"com.nativescript.https*:*",
3732
"java.util:Collections",
3833
"java.security.cert:CertificateFactory",
3934
"java.security:KeyStore",

0 commit comments

Comments
 (0)