mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
personaltasklogger - scan deps, bump flutter, disable failing
This commit is contained in:
parent
28fa2f5be8
commit
6e685230a8
1 changed files with 11 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ Changelog: https://github.com/jenspfahl/EverydayTasks/releases
|
|||
AutoName: Everyday Tasks
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jenspfahl/EverydayTasks
|
||||
Repo: https://github.com/jenspfahl/EverydayTasks.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
|
|
@ -81,15 +81,21 @@ Builds:
|
|||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 10300
|
||||
disable: https://github.com/jenspfahl/EverydayTasks/issues/26
|
||||
commit: 8d300fd557f2cdaf40d116475aecfe209da488c8
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.4
|
||||
build:
|
||||
- flutter@3.7.12
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter packages pub get
|
||||
- flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- flutter config --no-analytics
|
||||
- flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
|
|||
Loading…
Reference in a new issue