mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
update com.manuelvargastapia.libgen.yml
This commit is contained in:
parent
61634ec907
commit
fb98a98984
1 changed files with 18 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ Categories:
|
|||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Manuel Vargas
|
||||
AuthorEmail: manuelvargastapia@gmail.com
|
||||
AuthorEmail: code@manuelvargas.dev
|
||||
SourceCode: https://github.com/manuelvargastapia/libgen_mobile_app
|
||||
IssueTracker: https://github.com/manuelvargastapia/libgen_mobile_app/issues
|
||||
Changelog: https://github.com/manuelvargastapia/libgen_mobile_app/releases
|
||||
|
|
@ -44,6 +44,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --dart-define=LIBGEN_API_URL=https://libgen-mobile-api.herokuapp.com
|
||||
--flavor fdroid
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 5
|
||||
commit: v1.1.0+5
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.4
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter clean
|
||||
- $$flutter$$/bin/flutter build apk --dart-define=LIBGEN_API_URL=https://libgen-mobile-api.herokuapp.com
|
||||
--flavor fdroid
|
||||
|
||||
MaintainerNotes: |-
|
||||
Consider checking the associated API project for future
|
||||
improvements, and also for maintain a stable connection
|
||||
|
|
@ -53,5 +68,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.0.6
|
||||
CurrentVersionCode: 4
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue