Skip to content

Commit 5e32bb0

Browse files
committed
fix(android): improved native-api-usage
1 parent a93ea1f commit 5e32bb0

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
22
"uses": [
3-
"android.os:StrictMode*",
4-
"android.os.StrictMode:ThreadPolicy*",
5-
"okhttp3:Call*",
6-
"okhttp3:Dispatcher*",
7-
"okhttp3:RequestBody*",
8-
"okhttp3:MediaType*",
9-
"okhttp3:MultipartBody*",
10-
"okhttp3:Response*",
11-
"okhttp3:ResponseBody*",
12-
"okhttp3:Headers*",
13-
"okhttp3.MultipartBody:Builder*",
14-
"okhttp3:CacheControl*",
15-
"okhttp3.CacheControl:Builder*",
16-
"okhttp3:Request*",
17-
"okhttp3.Request:Builder*",
18-
"okhttp3:Interceptor*",
19-
"okhttp3:OkHttpClient*",
20-
"okhttp3.OkHttpClient:Builder*",
21-
"okhttp3:CertificatePinner*",
22-
"okhttp3.CertificatePinner:Builder*",
23-
"okhttp3:ConnectionSpec*",
24-
"okhttp3:Cache*",
25-
"okhttp3:Callback*",
26-
"okhttp3:FormBody*",
27-
"okhttp3.FormBody:Builder*",
28-
"okhttp3:CookieJar*",
29-
"java.net:CookieManager*",
30-
"java.net:CookiePolicy*",
31-
"com.nativescript.https:QuotePreservingCookieJar*",
32-
"com.nativescript.https:CacheInterceptor*",
33-
"com.nativescript.https:OkHttpResponse*",
34-
"java.util:Collections*",
35-
"java.security.cert:CertificateFactory*",
36-
"java.security:KeyStore*",
37-
"java.security:Security*",
38-
"javax.net.ssl:TrustManagerFactory*",
39-
"javax.net.ssl:SSLContext*",
40-
"javax.net.ssl:HttpsURLConnection*",
41-
"java.net:UnknownHostException*",
42-
"java.util.concurrent:TimeUnit*",
43-
"org.conscrypt:Conscrypt*"
3+
"android.os:StrictMode",
4+
"android.os.StrictMode:ThreadPolicy",
5+
"okhttp3:Call",
6+
"okhttp3:Dispatcher",
7+
"okhttp3:RequestBody",
8+
"okhttp3:MediaType",
9+
"okhttp3:MultipartBody",
10+
"okhttp3:Response",
11+
"okhttp3:ResponseBody",
12+
"okhttp3:Headers",
13+
"okhttp3.MultipartBody:Builder",
14+
"okhttp3:CacheControl",
15+
"okhttp3.CacheControl:Builder",
16+
"okhttp3:Request",
17+
"okhttp3.Request:Builder",
18+
"okhttp3:Interceptor",
19+
"okhttp3:OkHttpClient",
20+
"okhttp3.OkHttpClient:Builder",
21+
"okhttp3:CertificatePinner",
22+
"okhttp3.CertificatePinner:Builder",
23+
"okhttp3:ConnectionSpec",
24+
"okhttp3:Cache",
25+
"okhttp3:Callback",
26+
"okhttp3:FormBody",
27+
"okhttp3.FormBody:Builder",
28+
"okhttp3:CookieJar",
29+
"java.net:CookieManager",
30+
"java.net:CookiePolicy",
31+
"com.nativescript.https:QuotePreservingCookieJar",
32+
"com.nativescript.https:CacheInterceptor",
33+
"com.nativescript.https:OkHttpResponse",
34+
"java.util:Collections",
35+
"java.security.cert:CertificateFactory",
36+
"java.security:KeyStore",
37+
"java.security:Security",
38+
"javax.net.ssl:TrustManagerFactory",
39+
"javax.net.ssl:SSLContext",
40+
"javax.net.ssl:HttpsURLConnection",
41+
"java.net:UnknownHostException",
42+
"java.util.concurrent:TimeUnit",
43+
"org.conscrypt:Conscrypt"
4444
]
4545
}

0 commit comments

Comments
 (0)