-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.fdroid.yml
36 lines (33 loc) · 1.1 KB
/
.fdroid.yml
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
Categories:
- Internet
License: MIT
AuthorName: Jica98
AuthorEmail: [email protected]
AuthorWebSite: https://github.com/JICA98
SourceCode: https://github.com/JICA98/DailyAL.git
IssueTracker: https://github.com/JICA98/DailyAL/issues
AutoName: DailyAL
RepoType: git
Repo: https://github.com/JICA98/DailyAL
Changelog: https://github.com/JICA98/DailyAL/blob/psycho/metadata/en-US/changelogs/89.txt
CurrentVersion: 2024.2.2
CurrentVersionCode: 89
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
Builds:
- versionName: 2024.2.2
versionCode: 89
commit: 5a6ad7ba8247ae429a6f12a21f57a2c4fcfdd849
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- $(pwd)/.pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release