mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update Table Habit to 1.21.1 (120)
This commit is contained in:
parent
3e312b79df
commit
85f67f7495
1 changed files with 41 additions and 2 deletions
|
|
@ -2220,10 +2220,49 @@ Builds:
|
|||
- popd
|
||||
- mv $repo io.github.friesi23.mhabit
|
||||
|
||||
- versionName: 1.21.1
|
||||
versionCode: 120
|
||||
commit: c710efa2e2057a07370ad1d92918c3e78626a682
|
||||
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
|
||||
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{file_selector,path_provider,shared_preferences,url_launcher}_android-*/android/build.gradle
|
||||
- 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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.21.0
|
||||
CurrentVersionCode: 118
|
||||
CurrentVersion: 1.21.1
|
||||
CurrentVersionCode: 120
|
||||
|
|
|
|||
Loading…
Reference in a new issue