mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update ShockAlarm to 0.2.8 (32)
This commit is contained in:
parent
63d291ba11
commit
3b8a7e7350
1 changed files with 29 additions and 2 deletions
|
|
@ -367,8 +367,35 @@ Builds:
|
|||
- flutter/bin/flutter build apk
|
||||
ndk: 26.1.10909125
|
||||
|
||||
- versionName: 0.2.8
|
||||
versionCode: 32
|
||||
commit: d0028166e47a5f63e4d05797b6485983f45dbdf0
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.2.7
|
||||
CurrentVersionCode: 31
|
||||
CurrentVersion: 0.2.8
|
||||
CurrentVersionCode: 32
|
||||
|
|
|
|||
Loading…
Reference in a new issue