From de64ea1ec26181943a27958c0c29ae79f358d223 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 5 Apr 2023 13:29:15 +0300 Subject: [PATCH] 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],