Skip to content

Commit 43d8595

Browse files
authored
fix(android): native-api-usage fix
1 parent c570dac commit 43d8595

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"com.nativescript.https:CacheInterceptor",
3333
"com.nativescript.https:CacheUtils",
3434
"com.nativescript.https:OkHttpResponse",
35+
"com.nativescript.https:OkHttpResponse.OkHttpResponseAsyncCallback",
36+
"com.nativescript.https:OkHttpResponse.OkHttpResponseCloseCallback",
3537
"java.util:Collections",
3638
"java.security.cert:CertificateFactory",
3739
"java.security:KeyStore",
@@ -43,4 +45,4 @@
4345
"java.util.concurrent:TimeUnit",
4446
"org.conscrypt:Conscrypt"
4547
]
46-
}
48+
}

0 commit comments

Comments
 (0)