mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Logger to 3.1.2 (50)
This commit is contained in:
parent
dbfb4855e1
commit
a0759469dc
1 changed files with 37 additions and 2 deletions
|
|
@ -200,10 +200,45 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/logger-linux-build com.logger.app
|
||||
|
||||
- versionName: 3.1.2
|
||||
versionCode: 50
|
||||
commit: 6332c2fd2542ccb9999056551bd2b4b51e225f99
|
||||
sudo:
|
||||
- mkdir -p /mnt/d/sanmeet007
|
||||
- chown vagrant /mnt/d/sanmeet007
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- export repo=/mnt/d/sanmeet007/dart
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.logger.app $repo/logger-linux-build
|
||||
- pushd $repo/logger-linux-build
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)\r?/\1/p" pubspec.yaml)
|
||||
- '[[ $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
|
||||
- popd
|
||||
- mv $repo/logger-linux-build com.logger.app
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/d/sanmeet007/dart
|
||||
- cd ..
|
||||
- mv com.logger.app $repo/logger-linux-build
|
||||
- pushd $repo/logger-linux-build
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
- popd
|
||||
- mv $repo/logger-linux-build com.logger.app
|
||||
|
||||
AllowedAPKSigningKeys: 114f6019fb5a6ac74843df902dbeb99e69d5e6099656a3c9f689cf27131400ab
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v[\d.]+$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 3.1.0
|
||||
CurrentVersionCode: 49
|
||||
CurrentVersion: 3.1.2
|
||||
CurrentVersionCode: 50
|
||||
|
|
|
|||
Loading…
Reference in a new issue