Merge branch 'sharik' into 'master'

sharik: add

Closes rfp#1451

See merge request fdroid/fdroiddata!8103
This commit is contained in:
Pierre Rudloff 2021-01-10 13:13:33 +00:00
commit a821207726

View file

@ -0,0 +1,30 @@
Categories:
- Connectivity
License: MIT
AuthorName: marchellodev
AuthorWebSite: https://marchello.cf/
SourceCode: https://github.com/marchellodev/sharik
IssueTracker: https://github.com/marchellodev/sharik/issues
Changelog: https://github.com/marchellodev/sharik/releases
RepoType: git
Repo: https://github.com/marchellodev/sharik
Builds:
- versionName: '2.5'
versionCode: 10
commit: v2.5
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@1.22.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://raw.githubusercontent.com/marchellodev/sharik/master/pubspec.yaml|versionCode:\s(.+)|.|version:\s(.+)
CurrentVersion: '2.5'
CurrentVersionCode: 10