mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Table Habit to 1.22.2 (129)
This commit is contained in:
parent
342e29914f
commit
b572cd9607
1 changed files with 40 additions and 2 deletions
|
|
@ -2296,10 +2296,48 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $repo io.github.friesi23.mhabit
|
- mv $repo io.github.friesi23.mhabit
|
||||||
|
|
||||||
|
- versionName: 1.22.2
|
||||||
|
versionCode: 129
|
||||||
|
commit: ed98fa38d7010ed6ed60e865a033c623b4314501
|
||||||
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- mkdir -p /home/runner/work/mhabit
|
||||||
|
- chown -R 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/mhabit
|
||||||
|
- cd ..
|
||||||
|
- mv io.github.friesi23.mhabit $repo
|
||||||
|
- pushd $repo
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- .flutter/bin/flutter config --no-analytics
|
||||||
|
- .flutter/bin/flutter pub get
|
||||||
|
- popd
|
||||||
|
- mv $repo io.github.friesi23.mhabit
|
||||||
|
scanignore:
|
||||||
|
- .flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- .flutter
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export repo=/home/runner/work/mhabit/mhabit
|
||||||
|
- cd ..
|
||||||
|
- mv io.github.friesi23.mhabit $repo
|
||||||
|
- pushd $repo
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- .flutter/bin/flutter build apk
|
||||||
|
- popd
|
||||||
|
- mv $repo 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.22.1
|
CurrentVersion: 1.22.2
|
||||||
CurrentVersionCode: 125
|
CurrentVersionCode: 129
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue