mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Com.flux
This commit is contained in:
parent
7ad88b384b
commit
b72704bbff
1 changed files with 14 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ License: GPL-3.0-only
|
||||||
AuthorName: Ronit Chinda
|
AuthorName: Ronit Chinda
|
||||||
SourceCode: https://github.com/chindaronit/Flux
|
SourceCode: https://github.com/chindaronit/Flux
|
||||||
IssueTracker: https://github.com/chindaronit/Flux/issues
|
IssueTracker: https://github.com/chindaronit/Flux/issues
|
||||||
Changelog: https://github.com/chindaronit/Flux/releases
|
Changelog: https://github.com/chindaronit/Flux/blob/master/metadata/en-US/changelogs/
|
||||||
Donate: https://buymeacoffee.com/chindaronit
|
Donate: https://buymeacoffee.com/chindaronit
|
||||||
|
|
||||||
AutoName: Flux
|
AutoName: Flux
|
||||||
|
|
@ -39,9 +39,20 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||||
"$$OUT$$" 'META-INF/services/*'
|
"$$OUT$$" 'META-INF/services/*'
|
||||||
|
|
||||||
|
- versionName: '2.1'
|
||||||
|
versionCode: 3
|
||||||
|
commit: 3d8bd39fa3510209855b70e0d90d048994833749
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.3.0
|
||||||
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||||
|
"$$OUT$$" 'META-INF/services/*'
|
||||||
|
|
||||||
AllowedAPKSigningKeys: bdccca30ae93302c4646db9cf23f4e4759c1d5b60ad5728b35ae0fc0feb79402
|
AllowedAPKSigningKeys: bdccca30ae93302c4646db9cf23f4e4759c1d5b60ad5728b35ae0fc0feb79402
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '2.0'
|
CurrentVersion: '2.1'
|
||||||
CurrentVersionCode: 2
|
CurrentVersionCode: 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue