mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Newapp: Qadaa
This commit is contained in:
parent
e8846c568b
commit
ef44a1db98
1 changed files with 40 additions and 0 deletions
40
metadata/com.hassaneltantawy.qadaa.yml
Normal file
40
metadata/com.hassaneltantawy.qadaa.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: MIT
|
||||
AuthorName: Hassan Eltantawy
|
||||
AuthorEmail: hasaneltantawy@gmail.com
|
||||
AuthorWebSite: https://github.com/HasanEltantawy
|
||||
WebSite: https://github.com/muslimpack/Qadaa
|
||||
SourceCode: https://github.com/muslimpack/Qadaa
|
||||
IssueTracker: https://github.com/muslimpack/Qadaa/issues
|
||||
|
||||
AutoName: قضاء
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/muslimpack/Qadaa.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.0
|
||||
versionCode: 6
|
||||
commit: 662accdb56140760c3ca030c30b86074f300300c
|
||||
subdir: qadaa
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.16.9
|
||||
rm:
|
||||
- qadaa/ios
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- qadaa/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: qadaa/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue