mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
new app: Elements
This commit is contained in:
parent
ceaa237928
commit
4f2f5d5171
1 changed files with 108 additions and 0 deletions
108
metadata/io.github.vendelin8.elements.yml
Normal file
108
metadata/io.github.vendelin8.elements.yml
Normal file
|
|
@ -0,0 +1,108 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
- Time
|
||||
License: MIT
|
||||
AuthorName: Gergely Bódi
|
||||
AuthorEmail: gergely.bodi@toptal.com
|
||||
AuthorWebSite: https://www.toptal.com/resume/gergely-bodi
|
||||
SourceCode: https://github.com/vendelin8/elements-flutter
|
||||
IssueTracker: https://github.com/vendelin8/elements-flutter/issues
|
||||
|
||||
AutoName: Elements
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/vendelin8/elements-flutter.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1001
|
||||
commit: a7d14b3485908dd0cf67c6c2a3e32987c3c2c048
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/release/app-*.apk
|
||||
binary: https://github.com/vendelin8/elements-flutter/releases/download/v%v/app-x86_64-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
- analysis_options.yaml
|
||||
- Taskfile.yml
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- submodules/flutter
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1002
|
||||
commit: a7d14b3485908dd0cf67c6c2a3e32987c3c2c048
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/release/app-*.apk
|
||||
binary: https://github.com/vendelin8/elements-flutter/releases/download/v%v/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
- analysis_options.yaml
|
||||
- Taskfile.yml
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- submodules/flutter
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1003
|
||||
commit: a7d14b3485908dd0cf67c6c2a3e32987c3c2c048
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/release/app-*.apk
|
||||
binary: https://github.com/vendelin8/elements-flutter/releases/download/v%v/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
- analysis_options.yaml
|
||||
- Taskfile.yml
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- submodules/flutter
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
AllowedAPKSigningKeys: fd1b308cf19241b75e901bb9dc0faa4884864f4bc6a44d60c815b021b7fea667
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- '%c * 10 + 1'
|
||||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1003
|
||||
Loading…
Reference in a new issue