mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update 旦夕 to 1.4.2 (338)
This commit is contained in:
parent
b8d86ae70d
commit
720c16f3bf
1 changed files with 33 additions and 2 deletions
|
|
@ -142,8 +142,39 @@ Builds:
|
|||
- .flutter/bin/flutter pub global run intl_utils:generate
|
||||
- .flutter/bin/flutter build apk --release
|
||||
|
||||
- versionName: 1.4.2
|
||||
versionCode: 338
|
||||
commit: 22a293c7081e45042f7623c3f515c77623e2f65f
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- .github
|
||||
- .gradle
|
||||
- CI
|
||||
- ios
|
||||
- macos
|
||||
- test
|
||||
- web
|
||||
- windows
|
||||
- android/app/proguard-rules.pro
|
||||
prebuild:
|
||||
- sed -i -e '/minifyEnabled/,+2d' android/app/build.gradle
|
||||
- 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 pub global activate intl_utils
|
||||
- .flutter/bin/flutter pub global run intl_utils:generate
|
||||
- .flutter/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^foss-v
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 336
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 338
|
||||
|
|
|
|||
Loading…
Reference in a new issue