mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update AnimeOne to 1.1.6 (116)
This commit is contained in:
parent
cc33efad39
commit
ef875e155d
1 changed files with 22 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ IssueTracker: https://github.com/HQAnime/AnimeOne/issues
|
|||
Changelog: https://github.com/HQAnime/AnimeOne/releases
|
||||
Donate: https://www.paypal.me/yihengquan
|
||||
|
||||
AutoName: animeone
|
||||
AutoName: AnimeOne
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/HQAnime/AnimeOne.git
|
||||
|
|
@ -54,8 +54,27 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.1.6
|
||||
versionCode: 116
|
||||
commit: 73b45612f76a29cc1b732e041c1e74d19bf70c80
|
||||
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.5
|
||||
CurrentVersionCode: 115
|
||||
CurrentVersion: 1.1.6
|
||||
CurrentVersionCode: 116
|
||||
|
|
|
|||
Loading…
Reference in a new issue