mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Orgro to 1.53.2 (151)
This commit is contained in:
parent
700c93a341
commit
b71865c880
1 changed files with 23 additions and 2 deletions
|
|
@ -990,8 +990,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
|
||||
|
||||
- versionName: 1.53.2
|
||||
versionCode: 151
|
||||
commit: 7c481b4f02e6c1bd26df0587332700656868842c
|
||||
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/resolve_dependencies.gradle
|
||||
- flutter/packages/flutter_tools/gradle/aar_init_script.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.52.3
|
||||
CurrentVersionCode: 148
|
||||
CurrentVersion: 1.53.2
|
||||
CurrentVersionCode: 151
|
||||
|
|
|
|||
Loading…
Reference in a new issue