mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update Syphon to 0.1.6 (163)
This commit is contained in:
parent
c3b64747cc
commit
2d50370b40
1 changed files with 20 additions and 2 deletions
|
|
@ -127,8 +127,26 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 0.1.6
|
||||
versionCode: 163
|
||||
commit: 0.1.6
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.2
|
||||
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: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/syphon-org/syphon/main/version.txt|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 0.1.5
|
||||
CurrentVersionCode: 153
|
||||
CurrentVersion: 0.1.6
|
||||
CurrentVersionCode: 163
|
||||
|
|
|
|||
Loading…
Reference in a new issue