mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-24 06:35:57 +00:00
Update Dog Sports Diary to 1.0.11 (11)
This commit is contained in:
parent
b8928a726c
commit
2ee4b1887a
1 changed files with 34 additions and 2 deletions
|
|
@ -78,10 +78,42 @@ Builds:
|
|||
- mv /tmp/build io.github.maocypher.dogsportsdiary
|
||||
ndk: 26.3.11579264
|
||||
|
||||
- versionName: 1.0.11
|
||||
versionCode: 11
|
||||
commit: eb5c0c4b8dc711e544173264c8ff699fc8116a38
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv io.github.maocypher.dogsportsdiary /tmp/build
|
||||
- pushd /tmp/build
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build io.github.maocypher.dogsportsdiary
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv io.github.maocypher.dogsportsdiary /tmp/build
|
||||
- pushd /tmp/build
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release
|
||||
- popd
|
||||
- mv /tmp/build io.github.maocypher.dogsportsdiary
|
||||
ndk: 26.3.11579264
|
||||
|
||||
AllowedAPKSigningKeys: 30e6a93271004112891a28ace5bc08b10b2b65a291883a29f88fe009935e2e62
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s(.*)\+
|
||||
CurrentVersion: 1.0.10
|
||||
CurrentVersionCode: 10
|
||||
CurrentVersion: 1.0.11
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue