mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
New App: com.voklen.com
This commit is contained in:
parent
daabd01710
commit
ee781d9802
1 changed files with 44 additions and 0 deletions
44
metadata/com.voklen.daily_diary.yml
Normal file
44
metadata/com.voklen.daily_diary.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Alex Gorichev
|
||||
AuthorEmail: Alex.Gorichev@protonmail.com
|
||||
SourceCode: https://github.com/Voklen/Daily-Diary
|
||||
IssueTracker: https://github.com/Voklen/Daily-Diary/issues
|
||||
|
||||
AutoName: Daily Diary
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Voklen/Daily-Diary.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
commit: v1.0.1
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/packages/flutter_tools/gradle/flutter.gradle
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- submodules/flutter
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue