mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Orgro to 1.60.4 (176)
This commit is contained in:
parent
23d222d13e
commit
40898c3122
1 changed files with 23 additions and 2 deletions
|
|
@ -1223,8 +1223,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --dart-define=ORGRO_VERSION=$$VERSION$$
|
||||
|
||||
- versionName: 1.60.4
|
||||
versionCode: 176
|
||||
commit: 96e1a032c61f174743102beb0c280203e637a204
|
||||
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.60.2
|
||||
CurrentVersionCode: 174
|
||||
CurrentVersion: 1.60.4
|
||||
CurrentVersionCode: 176
|
||||
|
|
|
|||
Loading…
Reference in a new issue