mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
danxi: add 1.3.5
This commit is contained in:
parent
39b0a6c510
commit
abe07b359e
1 changed files with 50 additions and 0 deletions
50
metadata/io.github.danxi_dev.dan_xi.yml
Normal file
50
metadata/io.github.danxi_dev.dan_xi.yml
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: DanXi-Dev
|
||||
AuthorEmail: danxi_dev@pm.me
|
||||
AuthorWebSite: https://github.com/DanXi-Dev
|
||||
WebSite: https://danxi.fduhole.com/
|
||||
SourceCode: https://github.com/DanXi-Dev/DanXi/tree/foss-build
|
||||
IssueTracker: https://github.com/DanXi-Dev/DanXi/issues
|
||||
|
||||
AutoName: 旦夕
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/DanXi-Dev/DanXi
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.5
|
||||
versionCode: 143
|
||||
commit: 5f4eeec48d2a390a771e131e8b2f9f042f3bae46
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.0
|
||||
rm:
|
||||
- .github
|
||||
- .gradle
|
||||
- CI
|
||||
- ios
|
||||
- macos
|
||||
- test
|
||||
- web
|
||||
- windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter pub global activate intl_utils
|
||||
- $$flutter$$/bin/flutter pub global run intl_utils:generate
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^foss-v
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.5
|
||||
CurrentVersionCode: 143
|
||||
Loading…
Reference in a new issue