Update Orgro to 1.28.3 (66)

This commit is contained in:
F-Droid checkupdates bot 2023-06-11 07:32:06 +00:00
parent b77c3569f1
commit b515e642ec

View file

@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet
Categories:
- Reading
- Development
- Reading
License: GPL-3.0-only
AuthorName: Aaron Madlon-Kay
WebSite: https://orgro.org
@ -297,8 +297,28 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
- versionName: 1.28.3
versionCode: 66
commit: 1a1f292bb40b86116f9339d19c92738f06d5a73e
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.2
CurrentVersionCode: 65
CurrentVersion: 1.28.3
CurrentVersionCode: 66