mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
|
|
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
|