clean up android fastfile

This commit is contained in:
Violet Caulfield
2025-03-22 02:14:17 -05:00
parent b76f5609c3
commit 4940a5865f

View File

@@ -23,10 +23,6 @@ platform :android do
lane :build do
gradle(task: "clean assembleRelease")
crashlytics
# sh "your_script.sh"
# You can also use other beta testing services here
end
desc "Deploy a new version to the Google Play"