mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-31 11:11:16 +00:00
42 lines
1 KiB
YAML
42 lines
1 KiB
YAML
|
|
AntiFeatures:
|
||
|
|
- NonFreeNet
|
||
|
|
Categories:
|
||
|
|
- Internet
|
||
|
|
- Multimedia
|
||
|
|
License: GPL-3.0-or-later
|
||
|
|
SourceCode: https://gitlab.com/andrei-pavel/radio-romania
|
||
|
|
IssueTracker: https://gitlab.com/andrei-pavel/radio-romania/-/issues
|
||
|
|
Liberapay: andrei
|
||
|
|
|
||
|
|
AutoName: Radio România
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://gitlab.com/andrei-pavel/radio-romania
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 2.5.1
|
||
|
|
versionCode: 59
|
||
|
|
commit: 2.5.1
|
||
|
|
sudo:
|
||
|
|
- apt-get update || apt-get update
|
||
|
|
- apt-get install -y openjdk-11-jdk-headless
|
||
|
|
- update-alternatives --auto java
|
||
|
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@stable
|
||
|
|
rm:
|
||
|
|
- linux
|
||
|
|
- test
|
||
|
|
- web
|
||
|
|
build:
|
||
|
|
- export PATH=$$flutter$$/bin:$PATH
|
||
|
|
- flutter packages pub get
|
||
|
|
- flutter config --no-analytics
|
||
|
|
- flutter build apk --flavor fdroid
|
||
|
|
|
||
|
|
AutoUpdateMode: Version
|
||
|
|
UpdateCheckMode: Tags
|
||
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||
|
|
CurrentVersion: 2.5.1
|
||
|
|
CurrentVersionCode: 59
|