mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Newapp: Lane's Lexicon
This commit is contained in:
parent
2d7908698d
commit
0a591db6d4
1 changed files with 44 additions and 0 deletions
44
metadata/com.muslimtechnet.lanelexicon.yml
Normal file
44
metadata/com.muslimtechnet.lanelexicon.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: CC-BY-SA-4.0
|
||||||
|
AuthorName: GibreelAbdullah
|
||||||
|
SourceCode: https://github.com/GibreelAbdullah/LaneLexicon
|
||||||
|
IssueTracker: https://github.com/GibreelAbdullah/LaneLexicon/issues
|
||||||
|
|
||||||
|
Name: Lane's Lexicon
|
||||||
|
AutoName: lanelexicon
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/GibreelAbdullah/LaneLexicon.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 2.4.2
|
||||||
|
versionCode: 19
|
||||||
|
commit: 63f60be3432228b3e472bcc3c43235449b5c09b8
|
||||||
|
submodules: true
|
||||||
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- test
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- ./flutter/bin/flutter config --no-analytics
|
||||||
|
- ./flutter/bin/flutter packages pub get
|
||||||
|
scanignore:
|
||||||
|
- flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
- flutter
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- ./flutter/bin/flutter build apk
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 2.4.2
|
||||||
|
CurrentVersionCode: 19
|
||||||
Loading…
Reference in a new issue