mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
New App: com.om1cael.hidroly
This commit is contained in:
parent
64d7fe6d14
commit
64c411246c
1 changed files with 93 additions and 0 deletions
93
metadata/com.om1cael.hidroly.yml
Normal file
93
metadata/com.om1cael.hidroly.yml
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: GPL-3.0-only
|
||||
AuthorName: om1cael
|
||||
SourceCode: https://github.com/om1cael/hidroly
|
||||
IssueTracker: https://github.com/om1cael/hidroly/issues
|
||||
|
||||
AutoName: Hidroly
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/om1cael/hidroly
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.0
|
||||
versionCode: 32
|
||||
commit: 446514f1bf0a7132312ccb36714877dfc98c0860
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/om1cael/hidroly/releases/download/v%v/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv com.om1cael.hidroly /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter config --no-analytics
|
||||
- ./flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.om1cael.hidroly
|
||||
scanignore:
|
||||
- ./flutter/bin/cache
|
||||
scandelete:
|
||||
- ./flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.om1cael.hidroly /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter build apk --target-platform=android-arm --split-per-abi
|
||||
- popd
|
||||
- mv /tmp/build com.om1cael.hidroly
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 33
|
||||
commit: 446514f1bf0a7132312ccb36714877dfc98c0860
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/om1cael/hidroly/releases/download/v%v/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv com.om1cael.hidroly /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter config --no-analytics
|
||||
- ./flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build com.om1cael.hidroly
|
||||
scanignore:
|
||||
- ./flutter/bin/cache
|
||||
scandelete:
|
||||
- ./flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.om1cael.hidroly /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter build apk --target-platform=android-arm64 --split-per-abi
|
||||
- popd
|
||||
- mv /tmp/build com.om1cael.hidroly
|
||||
|
||||
AllowedAPKSigningKeys: ecd93b0e9444d2f2ad985d35031ba0c9ab2b1708dc9b4e6ae73915135945efa0
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 10*%c + 2
|
||||
- 10*%c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 33
|
||||
Loading…
Reference in a new issue