Updated on 2026-08-14
This commit is contained in:
parent
2666e76a04
commit
3106ca292f
3 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit f5f6ac954894ef66331db8fe383b9773feb69ef4
|
||||
Subproject commit a5f541fa4380cf430144fab04e42b32b033ff548
|
||||
|
|
@ -20,7 +20,7 @@ platform :android do
|
|||
before_all do |lane, options|
|
||||
FileUtils.cp("../app/src/main/assets/tangem-app-config/android/google-services.json", "../app")
|
||||
end
|
||||
|
||||
|
||||
desc "Runs all the tests"
|
||||
lane :test do
|
||||
gradle(
|
||||
|
|
@ -44,11 +44,11 @@ platform :android do
|
|||
})
|
||||
end
|
||||
|
||||
desc "Build debug and release APKs"
|
||||
desc "Build internal and release APKs"
|
||||
lane :build do |options|
|
||||
gradle(
|
||||
task: "clean assemble",
|
||||
build_type: "Debug_beta",
|
||||
build_type: "Internal",
|
||||
properties: {
|
||||
'versionCode' => options[:versionCode],
|
||||
'versionName' => options[:versionName],
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ Build a signed release APK
|
|||
[bundle exec] fastlane android build
|
||||
```
|
||||
|
||||
Build debug and release APKs
|
||||
Build internal and release APKs
|
||||
|
||||
### android beta
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue