From 24e602c695ee0a75e96b368269980c0c6920e57c Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 21 Mar 2021 14:19:00 +0100 Subject: [PATCH] New app: tldr --- metadata/wtf.technodisaster.tldr.yml | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/wtf.technodisaster.tldr.yml diff --git a/metadata/wtf.technodisaster.tldr.yml b/metadata/wtf.technodisaster.tldr.yml new file mode 100644 index 0000000000..27b1ef3079 --- /dev/null +++ b/metadata/wtf.technodisaster.tldr.yml @@ -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