Skip to content

Commit 15685f5

Browse files
committed
adjust fastlane config
1 parent 5f53109 commit 15685f5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

fastlane/Fastfile

-10
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,8 @@ platform :android do
2121
gradle(task: "test")
2222
end
2323

24-
desc "Submit a new Beta Build to Crashlytics Beta"
25-
lane :beta do
26-
gradle(task: "clean bundle")
27-
crashlytics
28-
29-
# sh "your_script.sh"
30-
# You can also use other beta testing services here
31-
end
32-
3324
desc "Deploy a new version to the Google Play"
3425
lane :deploy do
35-
gradle(task: "clean bundle")
3626
upload_to_play_store
3727
end
3828
end

0 commit comments

Comments
 (0)