Merge branch 'feature/com.pvpc.precio_luz' into 'master'

New app: Precio Luz

Closes rfp#1256

See merge request fdroid/fdroiddata!7103
This commit is contained in:
Pierre Rudloff 2020-07-13 22:37:40 +00:00
commit e64bb4d33f

View file

@ -0,0 +1,32 @@
Categories:
- Money
License: GPL-3.0-or-later
AuthorName: Webierta
AuthorEmail: webierta@gmail.com
AuthorWebSite: https://webierta.github.io/
SourceCode: https://github.com/Webierta/precio-luz
IssueTracker: https://github.com/Webierta/precio-luz/issues
AutoName: Precio Luz
RepoType: git
Repo: https://github.com/Webierta/precio-luz
Builds:
- versionName: 1.0.0
versionCode: 1
commit: v1.0.0
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@1.17.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
UpdateCheckData: https://github.com/Webierta/precio-luz/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.0
CurrentVersionCode: 1