Updated on 2026-08-14
This commit is contained in:
parent
ab3ea0b32f
commit
44209d7db1
1 changed files with 1 additions and 7 deletions
|
|
@ -42,13 +42,7 @@ platform :android do
|
|||
|
||||
desc "Build external and release APKs"
|
||||
lane :build do |options|
|
||||
gradle(
|
||||
task: "clean assemble",
|
||||
build_type: "External",
|
||||
properties: {
|
||||
'versionCode' => options[:versionCode],
|
||||
'versionName' => options[:versionName],
|
||||
})
|
||||
gradle(task: 'clean')
|
||||
gradle(
|
||||
task: "bundle",
|
||||
build_type: "Release",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue