mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
fluffychat: scan pub cache
This commit is contained in:
parent
add97fb0a9
commit
94799aeff0
1 changed files with 7 additions and 3 deletions
|
|
@ -153,10 +153,14 @@ Builds:
|
|||
- winuwp
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- sed -i -e 's/104.5112.03/104.5112.05/' $HOME/.pub-cache/hosted/pub.dartlang.org/flutter_webrtc-0.9.14/android/build.gradle
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- sed -i -e 's/104.5112.03/104.5112.05/' .pub-cache/hosted/pub.dartlang.org/flutter_webrtc-0.9.14/android/build.gradle
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r21e
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue