ente/build-apk.sh
2021-05-21 20:18:33 +05:30

8 lines
271 B
Bash
Executable file

cd thirdparty/transistor-background-fetch/android
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