Removed the now-uneeded prebuild step for Fritter

This commit is contained in:
Jonjo McKay 2021-03-08 11:51:33 +00:00
parent 338c7278cc
commit 33c86e87be
No known key found for this signature in database
GPG key ID: C4CC649D7F58611D

View file

@ -21,8 +21,6 @@ Builds:
rm:
- ios
- test
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get