From 74c0e35c764b1eb1fe7dd411c47967b14f958c8c Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 18 Jun 2026 21:28:45 +0300 Subject: [PATCH] chore: revert ssl pinning --- app/src/main/AndroidManifest.xml | 3 +-- app/src/main/res/xml/network_security_config.xml | 9 --------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 app/src/main/res/xml/network_security_config.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0b74320..7deb6c6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,7 +23,6 @@ android:supportsRtl="true" android:theme="@style/AppTheme" android:localeConfig="@xml/locale_config" - android:networkSecurityConfig="@xml/network_security_config" tools:targetApi="36" android:memtagMode="async"> - \ No newline at end of file + diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml deleted file mode 100644 index ad43458..0000000 --- a/app/src/main/res/xml/network_security_config.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - rustore.ru - - hETpgVvaLC0bvcGG3t0cuqiHvr4XyP2MTwCiqhgRWwU= - - - \ No newline at end of file