From de64ea1ec26181943a27958c0c29ae79f358d223 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 5 Apr 2023 13:29:15 +0300 Subject: [PATCH 1/2] Updated on 2026-08-14 --- fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d1867f7c33..67b386e4e9 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -44,11 +44,11 @@ platform :android do }) end - desc "Build internal and release APKs" + desc "Build external and release APKs" lane :build do |options| gradle( task: "clean assemble", - build_type: "Internal", + build_type: "External", properties: { 'versionCode' => options[:versionCode], 'versionName' => options[:versionName], From 6973817a02bfac3fb51217dc5996be867f1cd04a Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 5 Apr 2023 17:20:14 +0300 Subject: [PATCH 2/2] Updated on 2026-08-14 --- app/src/external/res/xml/network_security_config.xml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/src/external/res/xml/network_security_config.xml diff --git a/app/src/external/res/xml/network_security_config.xml b/app/src/external/res/xml/network_security_config.xml new file mode 100644 index 0000000000..894912ac61 --- /dev/null +++ b/app/src/external/res/xml/network_security_config.xml @@ -0,0 +1,9 @@ + + + + + + + + +