mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Merge branch 'seasonfix' into 'master'
season fix 40 See merge request fdroid/fdroiddata!8120
This commit is contained in:
commit
48edade516
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ Builds:
|
|||
- yes
|
||||
output: ../../build/app/outputs/flutter-apk/app-foss-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- flutter@1.22.5
|
||||
prebuild:
|
||||
- export flutter=$(realpath $$flutter$$)
|
||||
- echo "flutter.sdk=$flutter" >> ../local.properties
|
||||
|
|
@ -33,6 +33,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter update-packages
|
||||
- $$flutter$$/bin/flutter build apk --release --flavor foss --verbose
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
|
|
|
|||
Loading…
Reference in a new issue