mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
AnimeOne: 1.1.4
This commit is contained in:
parent
e6234f4429
commit
b6b1e4dd7f
1 changed files with 42 additions and 0 deletions
42
metadata/org.github.henryquan.animeone.yml
Normal file
42
metadata/org.github.henryquan.animeone.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: MIT
|
||||
AuthorName: Yiheng
|
||||
AuthorWebSite: http://henryquan.github.io/
|
||||
SourceCode: https://github.com/HQAnime/AnimeOne
|
||||
IssueTracker: https://github.com/HQAnime/AnimeOne/issues
|
||||
Changelog: https://github.com/HQAnime/AnimeOne/releases
|
||||
Donate: https://www.paypal.me/yihengquan
|
||||
|
||||
AutoName: AnimeOne
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/HQAnime/AnimeOne.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.4
|
||||
versionCode: 1
|
||||
commit: c20f2a8e4f1ec98e17cdffbe1d192fe47ed70b66
|
||||
subdir: animeone
|
||||
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.8.1
|
||||
rm:
|
||||
- animeone/ios
|
||||
- animeone/test
|
||||
prebuild: sed -i -e '/update.checkUpdate/d' lib/ui/page/home.dart
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: animeone/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.4
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue