Fix: Re-enable ssl pinning

This commit is contained in:
wingio 2023-03-17 18:59:09 -04:00
parent f2a97b3f62
commit 3c0da9af19
2 changed files with 2 additions and 3 deletions

View File

@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1010,
"versionName": "1.0.1",
"versionCode": 1011,
"versionName": "1.0.11",
"outputFile": "app-release.apk"
}
],

View File

@ -113,7 +113,6 @@ object ManifestPatcher {
type: Int,
value: Any?
) {
if (name == NETWORK_SECURITY_CONFIG) return
super.attr(ns, name, resourceId, type, value)
if (name == REQUEST_LEGACY_EXTERNAL_STORAGE) addLegacyStorage =
false