mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update ShockAlarm to 0.3.3 (36)
This commit is contained in:
parent
4bb7b337b2
commit
04eb9d6383
1 changed files with 29 additions and 2 deletions
|
|
@ -448,8 +448,35 @@ Builds:
|
|||
- flutter/bin/flutter build apk
|
||||
ndk: 26.1.10909125
|
||||
|
||||
- versionName: 0.3.3
|
||||
versionCode: 36
|
||||
commit: e31d36f65fe9cc3d14610db90aec3ed48253ffae
|
||||
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.3.2
|
||||
CurrentVersionCode: 35
|
||||
CurrentVersion: 0.3.3
|
||||
CurrentVersionCode: 36
|
||||
|
|
|
|||
Loading…
Reference in a new issue