mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 20:17:42 +00:00
106 lines
3.2 KiB
YAML
106 lines
3.2 KiB
YAML
AntiFeatures:
|
|
NonFreeNet:
|
|
en-US: Rely on myanimelist.net, livechart.me and github.com.
|
|
Categories:
|
|
- Internet
|
|
License: MIT
|
|
AuthorName: Jica98
|
|
AuthorEmail: jica.etzc@gmail.com
|
|
AuthorWebSite: https://github.com/JICA98
|
|
SourceCode: https://github.com/JICA98/DailyAL
|
|
IssueTracker: https://github.com/JICA98/DailyAL/issues
|
|
Changelog: https://github.com/JICA98/DailyAL/releases
|
|
|
|
AutoName: DailyAL
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/JICA98/DailyAL.git
|
|
|
|
Builds:
|
|
- versionName: 2024.2.1
|
|
versionCode: 88
|
|
commit: 38c01caa79cd2cafeea9d519d50ceb71983ba68c
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@3.16.9
|
|
prebuild:
|
|
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
|
- pushd $$flutter$$
|
|
- git checkout -f $FLUTTER_VERSION
|
|
- popd
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --release
|
|
|
|
- versionName: 2024.8.3
|
|
versionCode: 95
|
|
commit: 701dc9d195e5188b480cb65d0e9fe485c0b709c5
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@3.16.9
|
|
prebuild:
|
|
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
|
- pushd $$flutter$$
|
|
- git checkout -f $FLUTTER_VERSION
|
|
- popd
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --release
|
|
|
|
- versionName: 2024.9.1
|
|
versionCode: 96
|
|
commit: 9ab396a33de6289cba8aedccd48759574d672717
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@3.16.9
|
|
prebuild:
|
|
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
|
- pushd $$flutter$$
|
|
- git checkout -f $FLUTTER_VERSION
|
|
- popd
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
- android/app/.cxx
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --release
|
|
|
|
- versionName: 2025.5.1
|
|
versionCode: 97
|
|
commit: faa1fb4284d45958b174da546f0484c6bb341b85
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@3.16.9
|
|
prebuild:
|
|
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
|
- pushd $$flutter$$
|
|
- git checkout -f $FLUTTER_VERSION
|
|
- popd
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter pub get
|
|
scandelete:
|
|
- .pub-cache
|
|
- android/app/.cxx
|
|
build:
|
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
|
- $$flutter$$/bin/flutter build apk --release
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags .*\+fdroid
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 2025.5.1
|
|
CurrentVersionCode: 97
|