mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Box, Box! to 0.10.1 (40)
This commit is contained in:
parent
c81afb9df6
commit
b79b2842b2
1 changed files with 21 additions and 2 deletions
|
|
@ -486,8 +486,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk
|
||||
|
||||
- versionName: 0.10.1
|
||||
versionCode: 40
|
||||
commit: 717c00dc6727b7a4582fa271b855e8192724b4f3
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
- sed -i -e 's/Xmx.*/Xmx4g/' android/gradle.properties
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- .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: 0.10.0
|
||||
CurrentVersionCode: 39
|
||||
CurrentVersion: 0.10.1
|
||||
CurrentVersionCode: 40
|
||||
|
|
|
|||
Loading…
Reference in a new issue