mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update ShockAlarm to 0.4.2 (46)
This commit is contained in:
parent
b88d7d2500
commit
e4487c18e6
1 changed files with 29 additions and 2 deletions
|
|
@ -664,8 +664,35 @@ Builds:
|
|||
- flutter/bin/flutter build apk
|
||||
ndk: 26.1.10909125
|
||||
|
||||
- versionName: 0.4.2
|
||||
versionCode: 46
|
||||
commit: cd17d9b519573d2f286f76a16a7f2f4c45d9b9f1
|
||||
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.4.1
|
||||
CurrentVersionCode: 45
|
||||
CurrentVersion: 0.4.2
|
||||
CurrentVersionCode: 46
|
||||
|
|
|
|||
Loading…
Reference in a new issue