mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Adding studio.okcode.open_alert_viewer
This commit is contained in:
parent
a7cf578e94
commit
225038b971
1 changed files with 48 additions and 0 deletions
48
metadata/studio.okcode.open_alert_viewer.yml
Normal file
48
metadata/studio.okcode.open_alert_viewer.yml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- Development
|
||||
- Internet
|
||||
- Security
|
||||
License: MIT
|
||||
AuthorName: OK Code Studio LLC
|
||||
AuthorEmail: support@okcode.studio
|
||||
WebSite: https://okcode.studio/apps/open-alert-viewer/
|
||||
SourceCode: https://github.com/okcode-studio/open_alert_viewer/
|
||||
IssueTracker: https://github.com/okcode-studio/open_alert_viewer/issues/
|
||||
Donate: https://okcode.studio/donate/
|
||||
|
||||
AutoName: Open Alert Viewer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/okcode-studio/open_alert_viewer.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.14
|
||||
versionCode: 160
|
||||
commit: v1.1.14
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v.*[0-9]$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.14
|
||||
CurrentVersionCode: 160
|
||||
Loading…
Reference in a new issue