Update Orgro to 1.29.0 (67)

This commit is contained in:
F-Droid checkupdates bot 2023-07-20 07:43:50 +00:00
parent 64e0046693
commit 4c092a0f99

View file

@ -317,8 +317,28 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
- versionName: 1.29.0
versionCode: 67
commit: f258670cd24e6a58e0ce2b97fe19b5b3da795b49
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
prebuild:
- touch android/key.properties
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
scanignore:
- flutter/packages/flutter_tools/gradle/flutter.gradle
- flutter/bin/cache
scandelete:
- flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.28.3
CurrentVersionCode: 66
CurrentVersion: 1.29.0
CurrentVersionCode: 67