Updated on 2026-08-14
This commit is contained in:
parent
9ea3a0f0e6
commit
5de15d7939
2 changed files with 9 additions and 3 deletions
|
|
@ -44,12 +44,18 @@ platform :android do
|
|||
gradle(
|
||||
task: "clean assemble",
|
||||
flavor: "tangemAccess",
|
||||
build_type: "Debug_beta")
|
||||
build_type: "Debug_beta",
|
||||
properties: {
|
||||
'versionCode' => options[:versionCode],
|
||||
'versionName' => options[:versionName],
|
||||
})
|
||||
gradle(
|
||||
task: "assemble",
|
||||
flavor: "tangemAccess",
|
||||
build_type: "Release",
|
||||
properties: {
|
||||
'versionCode' => options[:versionCode],
|
||||
'versionName' => options[:versionCode],
|
||||
"android.injected.signing.store.file" => options[:keystore],
|
||||
"android.injected.signing.store.password" => options[:store_password],
|
||||
"android.injected.signing.key.alias" => options[:key_alias],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue