mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Merge branch 'feature/wtf.technodisaster.tldr' into 'master'
New app: tldr Closes rfp#1677 See merge request fdroid/fdroiddata!8657
This commit is contained in:
commit
ad7266cee3
1 changed files with 31 additions and 0 deletions
31
metadata/wtf.technodisaster.tldr.yml
Normal file
31
metadata/wtf.technodisaster.tldr.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Development
|
||||
License: MIT
|
||||
SourceCode: https://github.com/Techno-Disaster/tldr-flutter
|
||||
IssueTracker: https://github.com/Techno-Disaster/tldr-flutter/issues
|
||||
Changelog: https://github.com/Techno-Disaster/tldr-flutter/releases
|
||||
Donate: https://github.com/sponsors/Techno-Disaster
|
||||
|
||||
AutoName: tldr
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Techno-Disaster/tldr-flutter.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
commit: v1.0.1
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.3
|
||||
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 --no-sound-null-safety
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Techno-Disaster/tldr-flutter/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue