mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 20:04:02 +00:00
Update Syphon to 0.1.11 (210)
This commit is contained in:
parent
85c6f8f36b
commit
da27aaa509
1 changed files with 20 additions and 2 deletions
|
|
@ -181,8 +181,26 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
ndk: r21d
|
ndk: r21d
|
||||||
|
|
||||||
|
- versionName: 0.1.11
|
||||||
|
versionCode: 210
|
||||||
|
commit: dbf526376e2e48710e8940f20617b9dea940a6bc
|
||||||
|
submodules: true
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.2.3
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: version.txt|versionCode=(.*)|.|versionName=(.*)
|
UpdateCheckData: version.txt|versionCode=(.*)|.|versionName=(.*)
|
||||||
CurrentVersion: 0.1.10
|
CurrentVersion: 0.1.11
|
||||||
CurrentVersionCode: 200
|
CurrentVersionCode: 210
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue