mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Fix Quinb 1.2.0 (5)
This commit is contained in:
parent
789a8ae8ca
commit
257d165722
1 changed files with 9 additions and 9 deletions
|
|
@ -3,18 +3,18 @@ Categories:
|
|||
License: GPL-3.0-or-later
|
||||
AuthorName: DeepDaikon
|
||||
AuthorEmail: deepdaikon@tuta.io
|
||||
WebSite: https://gitlab.com/DeepDaikon/Quinb
|
||||
SourceCode: https://gitlab.com/DeepDaikon/Quinb/tree/HEAD
|
||||
IssueTracker: https://gitlab.com/DeepDaikon/Quinb/issues
|
||||
WebSite: https://gitlab.com/deepdaikon/Quinb
|
||||
SourceCode: https://gitlab.com/deepdaikon/Quinb/tree/HEAD
|
||||
IssueTracker: https://gitlab.com/deepdaikon/Quinb/issues
|
||||
Translation: https://translate.deepdaikon.xyz/engage/quinb/
|
||||
Changelog: https://gitlab.com/DeepDaikon/Quinb/tree/HEAD/CHANGELOG
|
||||
Changelog: https://gitlab.com/deepdaikon/Quinb/tree/HEAD/CHANGELOG
|
||||
Donate: https://deepdaikon.xyz/donate
|
||||
Liberapay: deepdaikon
|
||||
|
||||
AutoName: Quinb
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/DeepDaikon/Quinb.git
|
||||
Repo: https://gitlab.com/deepdaikon/Quinb.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
|
|
@ -80,13 +80,13 @@ Builds:
|
|||
- versionName: 1.2.0
|
||||
versionCode: 5
|
||||
commit: f1fb89a982e8a74c2094baff3631cf31e61445e2
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.0
|
||||
- flutter@2.10.3
|
||||
rm:
|
||||
- ios
|
||||
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
||||
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
- linux
|
||||
- web
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
|
|
|
|||
Loading…
Reference in a new issue