mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Practice Suite to 1.2.1 (121)
This commit is contained in:
parent
312be24f63
commit
2cfcd2eae9
1 changed files with 24 additions and 2 deletions
|
|
@ -186,8 +186,30 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk
|
||||
|
||||
- versionName: 1.2.1
|
||||
versionCode: 121
|
||||
commit: ca8e56bd21abd2a26265e90be3244f7e5aa5f45f
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- 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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 120
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 121
|
||||
|
|
|
|||
Loading…
Reference in a new issue