Updated on 2026-08-14
This commit is contained in:
parent
8cf59cdcbf
commit
de64ea1ec2
1 changed files with 2 additions and 2 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue