mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
New App: ro.radioromaniaactualitati.podcasts
This commit is contained in:
parent
738d62225a
commit
397e8e3926
1 changed files with 41 additions and 0 deletions
41
metadata/ro.radioromaniaactualitati.podcasts.yml
Normal file
41
metadata/ro.radioromaniaactualitati.podcasts.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
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
|
||||
Loading…
Reference in a new issue