Replicate build steps

This commit is contained in:
Vishnu Mohandas 2021-05-21 20:35:58 +05:30
parent cb7bf5be88
commit d940875ef1

View file

@ -3,5 +3,8 @@ gradle :tsbackgroundfetch:publishRelease
cd ../../../
mkdir android/app/libs
cp -rf thirdparty/transistor-background-fetch/android/tsbackgroundfetch/build/repo/* android/app/libs
flutter config --no-analytics
flutter packages pub get
flutter packages pub run flutter_launcher_icons:main
flutter build apk
rm -rf android/app/libs