Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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
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.1
versionCode: 93
commit: 5fbaa36096454f247f8c5308fcae9562f7e8c447
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
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2024.8.1
CurrentVersionCode: 93