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