mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
New app: io.gitlab.libre_librivox_listener
This commit is contained in:
parent
08131f4c53
commit
7f3579324d
1 changed files with 90 additions and 0 deletions
90
metadata/io.gitlab.libre_librivox_listener.yml
Normal file
90
metadata/io.gitlab.libre_librivox_listener.yml
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
AntiFeatures:
|
||||
TetheredNet:
|
||||
en-US: Depends on archive.org
|
||||
es-ES: Depende de archive.org
|
||||
Categories:
|
||||
- Multimedia
|
||||
- Reading
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: José Pardo Madera
|
||||
SourceCode: https://gitlab.com/libre-librivox-listener/libre-librivox-listener
|
||||
IssueTracker: https://gitlab.com/libre-librivox-listener/libre-librivox-listener/-/issues
|
||||
|
||||
AutoName: Libre Librivox Listener
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/libre-librivox-listener/libre-librivox-listener.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 101
|
||||
commit: v1.0.0
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 1.0.0
|
||||
versionCode: 102
|
||||
commit: v1.0.0
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
|
||||
- versionName: 1.0.0
|
||||
versionCode: 103
|
||||
commit: v1.0.0
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 100 * %c + 1
|
||||
- 100 * %c + 2
|
||||
- 100 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 103
|
||||
Loading…
Reference in a new issue