Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-05 17:25:16 +03:00
commit 6391db00c4
2 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true">
<trust-anchors>
<certificates src="user" />
<certificates src="system" />
</trust-anchors>
</base-config>
</network-security-config>

View file

@ -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],