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", "type": "SINGLE",
"filters": [], "filters": [],
"attributes": [], "attributes": [],
"versionCode": 1010, "versionCode": 1011,
"versionName": "1.0.1", "versionName": "1.0.11",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
], ],

View file

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