mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update ShockAlarm to 0.2.4 (28)
This commit is contained in:
parent
91d838e477
commit
4fe46489ed
1 changed files with 29 additions and 2 deletions
|
|
@ -286,8 +286,35 @@ Builds:
|
||||||
- flutter/bin/flutter build apk
|
- flutter/bin/flutter build apk
|
||||||
ndk: 26.1.10909125
|
ndk: 26.1.10909125
|
||||||
|
|
||||||
|
- versionName: 0.2.4
|
||||||
|
versionCode: 28
|
||||||
|
commit: 2d6404c598004f8fc835df77f8241edcfe803adf
|
||||||
|
submodules: true
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
rm:
|
||||||
|
- .github
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- flutter/bin/flutter config --no-analytics
|
||||||
|
- flutter/bin/flutter packages pub get
|
||||||
|
scanignore:
|
||||||
|
- flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- flutter
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- export ANDROID_NDK_ROOT=$$NDK$$
|
||||||
|
- flutter/bin/flutter build apk
|
||||||
|
ndk: 26.1.10909125
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 0.2.2
|
CurrentVersion: 0.2.4
|
||||||
CurrentVersionCode: 26
|
CurrentVersionCode: 28
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue