mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Fix Glider build
This commit is contained in:
parent
7a4dfdf8c5
commit
c05399322c
1 changed files with 1 additions and 2 deletions
|
|
@ -177,7 +177,6 @@ Builds:
|
|||
|
||||
- versionName: 1.11.0
|
||||
versionCode: 30
|
||||
disable: https://github.com/Mosc/Glider/issues/34
|
||||
commit: 96f46ae49f63056464306c9e0c73e2e007ed191c
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
|
|
@ -194,7 +193,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
|
|
|
|||
Loading…
Reference in a new issue