mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 19:42:02 +00:00
New app: Siete y media
This commit is contained in:
parent
9dca9829a5
commit
cc95da1408
1 changed files with 31 additions and 0 deletions
31
metadata/com.example.siete_media.yml
Normal file
31
metadata/com.example.siete_media.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
Categories:
|
||||||
|
- Games
|
||||||
|
License: GPL-3.0-or-later
|
||||||
|
AuthorName: Webierta
|
||||||
|
AuthorWebSite: https://webierta.github.io/
|
||||||
|
SourceCode: https://github.com/Webierta/siete_media
|
||||||
|
IssueTracker: https://github.com/Webierta/siete_media/issues
|
||||||
|
|
||||||
|
AutoName: Siete y media
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Webierta/siete_media
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.0
|
||||||
|
versionCode: 1
|
||||||
|
commit: v1.0.0
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@1.22.4
|
||||||
|
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://raw.githubusercontent.com/Webierta/siete_media/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 1.0.0
|
||||||
|
CurrentVersionCode: 1
|
||||||
Loading…
Reference in a new issue