Skip to content

Commit

Permalink
Workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Burzo committed Jan 4, 2024
1 parent 6893d20 commit 302b894
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ end
platform :android do
desc "Build a release version of the app"
lane :build_release do
gradle(
project_dir: "./android",
task: "assemble",
build_type: "Release"
)

android_set_version_name(
version_name: ENV["APP_VERSION"],
gradle_file: './android/app/build.gradle'
Expand All @@ -79,6 +73,12 @@ platform :android do
version_code: ENV['APP_CODE_VERSION'],
gradle_file: './android/app/build.gradle'
)

gradle(
project_dir: "./android",
task: "assemble",
build_type: "Release"
)

firebase_app_distribution(
app: ENV["APP_ID"],
Expand Down

0 comments on commit 302b894

Please sign in to comment.