mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Deadlines Free 1.0.1
This commit is contained in:
parent
a5213c7249
commit
fda44c933d
1 changed files with 28 additions and 0 deletions
28
metadata/com.emmanuelmess.deadlinesapp.free.yml
Normal file
28
metadata/com.emmanuelmess.deadlinesapp.free.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
Categories:
|
||||||
|
- Time
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
AuthorName: Emmanuel
|
||||||
|
AuthorEmail: emmanuelbendavid@gmail.com
|
||||||
|
AuthorWebSite: http://emmanuelmessulam.com.ar/
|
||||||
|
SourceCode: https://github.com/EmmanuelMess/DeadlinesApp
|
||||||
|
IssueTracker: https://github.com/EmmanuelMess/DeadlinesApp/issues
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/EmmanuelMess/DeadlinesApp.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.1
|
||||||
|
versionCode: 2
|
||||||
|
commit: v1.0.1
|
||||||
|
output: build/app/outputs/flutter-apk/app-free-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@1.22.5
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter build apk --flavor free --release --dart-define=FLAVOR=FREE
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: HTTP
|
||||||
|
UpdateCheckData: https://raw.githubusercontent.com/EmmanuelMess/DeadlinesApp/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 1.0.1
|
||||||
|
CurrentVersionCode: 2
|
||||||
Loading…
Reference in a new issue