mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'master' into 'master'
Update Syphon to 0.0.23 (23) See merge request fdroid/fdroiddata!7102
This commit is contained in:
commit
0889d22bd8
1 changed files with 28 additions and 3 deletions
|
|
@ -3,10 +3,17 @@ Categories:
|
||||||
- Connectivity
|
- Connectivity
|
||||||
- Security
|
- Security
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
|
AuthorName: Taylor Ereio
|
||||||
|
AuthorEmail: contact@syphon.org
|
||||||
|
AuthorWebSite: https://syphon.org
|
||||||
|
WebSite: https://syphon.org/
|
||||||
SourceCode: https://github.com/syphon-org/syphon
|
SourceCode: https://github.com/syphon-org/syphon
|
||||||
IssueTracker: https://github.com/syphon-org/syphon/issues
|
IssueTracker: https://github.com/syphon-org/syphon/issues
|
||||||
|
Changelog: https://github.com/syphon-org/syphon/releases
|
||||||
|
LiberapayID: '1700671'
|
||||||
|
|
||||||
AutoName: Syphon
|
AutoName: Syphon
|
||||||
|
Summary: A privacy centric matrix client
|
||||||
Description: |-
|
Description: |-
|
||||||
Please be aware Syphon is still in Open Alpha
|
Please be aware Syphon is still in Open Alpha
|
||||||
|
|
||||||
|
|
@ -37,7 +44,25 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
ndk: r21d
|
ndk: r21d
|
||||||
|
|
||||||
AutoUpdateMode: None
|
- versionName: 0.0.23
|
||||||
|
versionCode: 23
|
||||||
|
commit: 0.0.23
|
||||||
|
submodules: true
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@1.17.5
|
||||||
|
prebuild:
|
||||||
|
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||||
|
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||||
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404'
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter pub run build_runner build
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
ndk: r21d
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.0.16
|
CurrentVersion: 0.0.23
|
||||||
CurrentVersionCode: 6
|
CurrentVersionCode: 23
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue