ente/build-apk.sh

8 lines
271 B
Bash
Raw Normal View History

cd thirdparty/transistor-background-fetch/android
2021-05-21 14:48:33 +00:00
gradle :tsbackgroundfetch:publishRelease
cd ../../../
mkdir android/app/libs
cp -rf thirdparty/transistor-background-fetch/android/tsbackgroundfetch/build/repo/* android/app/libs
flutter build apk
rm -rf android/app/libs