mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Orgro to 1.29.0 (67)
This commit is contained in:
parent
64e0046693
commit
4c092a0f99
1 changed files with 22 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue