mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Syphon to 0.2.1 (2001)
This commit is contained in:
parent
9951193083
commit
6ec6d32fb7
1 changed files with 20 additions and 2 deletions
|
|
@ -236,8 +236,26 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
ndk: r21d
|
ndk: r21d
|
||||||
|
|
||||||
|
- versionName: 0.2.1
|
||||||
|
versionCode: 2001
|
||||||
|
commit: 2f12d6ec3cea21333c1ab037f6f19cc72af78895
|
||||||
|
submodules: true
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.5.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.2.0
|
CurrentVersion: 0.2.1
|
||||||
CurrentVersionCode: 2000
|
CurrentVersionCode: 2001
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue