Skip to content

Commit

Permalink
adjust fastlane config
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Aug 18, 2023
1 parent 5f53109 commit 15685f5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,8 @@ platform :android do
gradle(task: "test")
end

desc "Submit a new Beta Build to Crashlytics Beta"
lane :beta do
gradle(task: "clean bundle")
crashlytics

# sh "your_script.sh"
# You can also use other beta testing services here
end

desc "Deploy a new version to the Google Play"
lane :deploy do
gradle(task: "clean bundle")
upload_to_play_store
end
end

0 comments on commit 15685f5

Please sign in to comment.