mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
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
|
|
|
|
AutoName: Sharik
|
|
|
|
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
|
|
|
|
- versionName: 3.0.0
|
|
versionCode: 11
|
|
disable: version mismatch
|
|
commit: v3.0.1
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@2.2.3
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags ^v.*$
|
|
UpdateCheckData: pubspec.yaml|versionCode:\s(.+)|.|version:\s(.+)
|
|
CurrentVersion: 3.0.0
|
|
CurrentVersionCode: 11
|