mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
sharik: add
This commit is contained in:
parent
c6b1f0a73b
commit
bca14a7e8f
1 changed files with 30 additions and 0 deletions
30
metadata/dev.marchello.sharik.yml
Normal file
30
metadata/dev.marchello.sharik.yml
Normal 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
|
||||||
Loading…
Reference in a new issue