mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update Syphon to 0.1.13 (230)
This commit is contained in:
parent
0eaf1ca6ab
commit
24769a8f0f
1 changed files with 20 additions and 2 deletions
|
|
@ -199,8 +199,26 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
ndk: r21d
|
ndk: r21d
|
||||||
|
|
||||||
|
- versionName: 0.1.13
|
||||||
|
versionCode: 230
|
||||||
|
commit: 487e902203a937c430102b3a918854db6f0f2f52
|
||||||
|
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.11
|
CurrentVersion: 0.1.13
|
||||||
CurrentVersionCode: 210
|
CurrentVersionCode: 230
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue