mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Orgro to 1.28.3 (66)
This commit is contained in:
parent
b77c3569f1
commit
b515e642ec
1 changed files with 23 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue