mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 23:26:52 +00:00
Update Converter NOW to 4.0.1 (39)
This commit is contained in:
parent
1c9db193a3
commit
99801efcdc
1 changed files with 30 additions and 2 deletions
|
|
@ -116,8 +116,36 @@ Builds:
|
|||
- export PATH=$PUB_CACHE/bin/:$$flutter$$/bin/:$PATH
|
||||
- flutter build apk
|
||||
|
||||
- versionName: 4.0.1
|
||||
versionCode: 39
|
||||
commit: 6df978d26b568d905448c683d3cdb41ebc4af18c
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.1
|
||||
rm:
|
||||
- .github
|
||||
- linux
|
||||
- snap
|
||||
- web
|
||||
- windows
|
||||
- android/app/proguard-rules.pro
|
||||
prebuild:
|
||||
- sed -i -e '/minifyEnabled/d' -e '/signingConfig /d' android/app/build.gradle
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$PUB_CACHE/bin/:$$flutter$$/bin/:$PATH
|
||||
- flutter config --no-analytics
|
||||
- dart pub global activate melos
|
||||
- dart pub global activate vector_graphics_compiler
|
||||
- melos bootstrap
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$PUB_CACHE/bin/:$$flutter$$/bin/:$PATH
|
||||
- flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 4.0.0
|
||||
CurrentVersionCode: 38
|
||||
CurrentVersion: 4.0.1
|
||||
CurrentVersionCode: 39
|
||||
|
|
|
|||
Loading…
Reference in a new issue