mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update Finamp to 0.6.21 (43)
This commit is contained in:
parent
1b1198e6a8
commit
5c165e5b5b
1 changed files with 24 additions and 2 deletions
|
|
@ -276,8 +276,30 @@ Builds:
|
|||
- ./flutterw build apk
|
||||
ndk: r21
|
||||
|
||||
- versionName: 0.6.21
|
||||
versionCode: 43
|
||||
commit: 99c10486fa091b381d36b33bd89a619cb3675da8
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfig /,/minifyEnabled/d' android/app/build.gradle
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw config --no-analytics
|
||||
- ./flutterw packages pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw build apk
|
||||
ndk: r21
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.6.20
|
||||
CurrentVersionCode: 41
|
||||
CurrentVersion: 0.6.21
|
||||
CurrentVersionCode: 43
|
||||
|
|
|
|||
Loading…
Reference in a new issue