Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-05 13:29:15 +03:00
parent 8cf59cdcbf
commit de64ea1ec2

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