Build AAR for background fetch from source

This commit is contained in:
Vishnu Mohandas 2021-05-21 18:28:19 +05:30
parent 3a8443811a
commit 9760525bea
2 changed files with 8 additions and 0 deletions

7
build-apk.sh Executable file
View file

@ -0,0 +1,7 @@
cd thirdparty/transistor-background-fetch/android
./gradlew :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

@ -0,0 +1 @@
Subproject commit ed83e96ea3658b3def42f42eb37490650ddf45e5