mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 11:32:27 +00:00
Update Badge Magic to 1.18.15 (339)
This commit is contained in:
parent
b48e27af2d
commit
76cc4baaab
1 changed files with 24 additions and 2 deletions
|
|
@ -125,8 +125,30 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk --build-name $$VERSION$$ --build-number
|
- $$flutter$$/bin/flutter build apk --build-name $$VERSION$$ --build-number
|
||||||
$$VERCODE$$
|
$$VERCODE$$
|
||||||
|
|
||||||
|
- versionName: 1.18.15
|
||||||
|
versionCode: 339
|
||||||
|
commit: v1.18.15
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E "s/.*flutter:\ '(.*)'/\1/p" pubspec.yaml| head
|
||||||
|
-n1)
|
||||||
|
- '[[ $flutterVersion ]] || exit 1'
|
||||||
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- export PATH=$$flutter$$/bin/:$PATH
|
||||||
|
- $$flutter$$/bin/flutter build apk --build-name $$VERSION$$ --build-number
|
||||||
|
$$VERCODE$$
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://github.com/fossasia/badgemagic-app/releases/latest/download/versionCode.txt|(\d+)|https://github.com/fossasia/badgemagic-app/releases/latest|releases/tag/v([\d.]+)
|
UpdateCheckData: https://github.com/fossasia/badgemagic-app/releases/latest/download/versionCode.txt|(\d+)|https://github.com/fossasia/badgemagic-app/releases/latest|releases/tag/v([\d.]+)
|
||||||
CurrentVersion: 1.18.7
|
CurrentVersion: 1.18.15
|
||||||
CurrentVersionCode: 331
|
CurrentVersionCode: 339
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue