Skip to content

Commit f3e95a2

Browse files
authored
fix(android): another native-api-usage fix
Replaced specific NativeScript HTTPS classes with a wildcard entry.
1 parent 53372cb commit f3e95a2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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)