Build AAR for background fetch from source
This commit is contained in:
parent
3a8443811a
commit
9760525bea
2 changed files with 8 additions and 0 deletions
7
build-apk.sh
Executable file
7
build-apk.sh
Executable 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
|
1
thirdparty/transistor-background-fetch
vendored
Submodule
1
thirdparty/transistor-background-fetch
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ed83e96ea3658b3def42f42eb37490650ddf45e5
|
Loading…
Add table
Reference in a new issue