Fix: Re-enable ssl pinning
This commit is contained in:
parent
f2a97b3f62
commit
3c0da9af19
2 changed files with 2 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
|||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 1010,
|
||||
"versionName": "1.0.1",
|
||||
"versionCode": 1011,
|
||||
"versionName": "1.0.11",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
],
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue