mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Table Habit to 1.11.0 (35)
This commit is contained in:
parent
d7c3847119
commit
fe3ad6efb5
1 changed files with 42 additions and 2 deletions
|
|
@ -1084,10 +1084,50 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $repo/mhabit io.github.friesi23.mhabit
|
- mv $repo/mhabit io.github.friesi23.mhabit
|
||||||
|
|
||||||
|
- versionName: 1.11.0
|
||||||
|
versionCode: 35
|
||||||
|
commit: 955f2c2b70241715d658e6b495e3a321b09bc53d
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- mkdir -p /home/runner/
|
||||||
|
- chown vagrant /home/runner/
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
rm:
|
||||||
|
- .vscode
|
||||||
|
- demo
|
||||||
|
- ios
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/signingConfig /d' android/app/build.gradle
|
||||||
|
- export repo=/home/runner/work/mhabit
|
||||||
|
- mkdir -p $repo
|
||||||
|
- cd ..
|
||||||
|
- mv io.github.friesi23.mhabit $repo/mhabit
|
||||||
|
- pushd $repo/mhabit
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- .flutter/bin/flutter config --no-analytics
|
||||||
|
- .flutter/bin/flutter pub get
|
||||||
|
- popd
|
||||||
|
- mv $repo/mhabit io.github.friesi23.mhabit
|
||||||
|
scanignore:
|
||||||
|
- .flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- .flutter
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export repo=/home/runner/work/mhabit
|
||||||
|
- cd ..
|
||||||
|
- mv io.github.friesi23.mhabit $repo/mhabit
|
||||||
|
- pushd $repo/mhabit
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- .flutter/bin/flutter build apk
|
||||||
|
- popd
|
||||||
|
- mv $repo/mhabit io.github.friesi23.mhabit
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 4a31e799063f721d62135f0925f316c2f5e5ab08b462fc4b957673c9b40869b5
|
AllowedAPKSigningKeys: 4a31e799063f721d62135f0925f316c2f5e5ab08b462fc4b957673c9b40869b5
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v.*$
|
UpdateCheckMode: Tags ^v.*$
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.10.6
|
CurrentVersion: 1.11.0
|
||||||
CurrentVersionCode: 34
|
CurrentVersionCode: 35
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue