chore: only build apk on CI

This commit is contained in:
Lei Nelissen
2023-07-12 13:22:28 +02:00
parent 0115bf68f3
commit 0b43c0749e
2 changed files with 10 additions and 1 deletions

View File

@@ -101,6 +101,15 @@ end
platform :android do
desc "Generate beta build"
lane :build do
gradle(
task: "assemble",
build_type: "Release",
project_dir: "android"
)
end
lane :beta do
android_set_version_name(
version_name: package["version"],