mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
New application: Clima (co.prestosole.clima)
This commit is contained in:
parent
3d84f27073
commit
68d8c269e6
1 changed files with 35 additions and 0 deletions
35
metadata/co.prestosole.clima.yml
Normal file
35
metadata/co.prestosole.clima.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
License: BSD-3-Clause
|
||||
AuthorName: Yzan Alather
|
||||
AuthorEmail: yalather70@protonmail.com
|
||||
SourceCode: https://github.com/PrestoSole/clima
|
||||
IssueTracker: https://github.com/PrestoSole/clima/issues
|
||||
Changelog: https://github.com/PrestoSole/clima/releases
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/PrestoSole/clima
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 3
|
||||
commit: v1.0
|
||||
subdir: android/app
|
||||
gradle:
|
||||
- yes
|
||||
output: ../../build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/PrestoSole/clima/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue