Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-22 14:25:42 +03:00
parent 2666e76a04
commit 3106ca292f
3 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit f5f6ac954894ef66331db8fe383b9773feb69ef4
Subproject commit a5f541fa4380cf430144fab04e42b32b033ff548

View file

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

View file

@ -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