mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
fake_contacts: first submit, lint and rewritemeta fail
This commit is contained in:
parent
b9e837f0d2
commit
3fdae2bed7
1 changed files with 34 additions and 0 deletions
34
metadata/me.billdietrich.fake_contacts.yml
Normal file
34
metadata/me.billdietrich.fake_contacts.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Security
|
||||
License: MIT
|
||||
AuthorName: Bill Dietrich
|
||||
AuthorEmail: bill@billdietrich.me
|
||||
AuthorWebSite: https://www.billdietrich.me/
|
||||
SourceCode: https://github.com/BillDietrich/fake_contacts
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/BillDietrich/fake_contacts
|
||||
|
||||
Builds:
|
||||
- versionName: '1.6'
|
||||
versionCode: 2
|
||||
commit: v1.6
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.26.0-12.0.pre
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- integration_test
|
||||
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 packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/BillDietrich/fake_contacts/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: '1.6'
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue