mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
bot: Update 校园助手 to 1.4.5 (342)
This commit is contained in:
parent
292fbf94b4
commit
d9533678c0
1 changed files with 35 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ IssueTracker: https://github.com/DanXi-Dev/DanXi/issues
|
|||
Translation: https://crowdin.com/project/danxi
|
||||
Donate: https://afdian.net/a/danxi-dev
|
||||
|
||||
AutoName: 旦夕
|
||||
AutoName: 校园助手
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/DanXi-Dev/DanXi.git
|
||||
|
|
@ -174,8 +174,40 @@ Builds:
|
|||
- .flutter/bin/dart build_release.dart --target android --versionCode dummy
|
||||
--flutterPath .flutter/bin/flutter --dartPath .flutter/bin/dart
|
||||
|
||||
- versionName: 1.4.5
|
||||
versionCode: 342
|
||||
commit: daf20f788a9a4e737bfe3ee9c5a8a095d0830b0a
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- .github
|
||||
- CI
|
||||
- ios
|
||||
- linux
|
||||
- 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/dart build_release.dart --target android --versionCode dummy
|
||||
--flutterPath .flutter/bin/flutter --dartPath .flutter/bin/dart
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^foss-v
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 338
|
||||
CurrentVersion: 1.4.5
|
||||
CurrentVersionCode: 342
|
||||
|
|
|
|||
Loading…
Reference in a new issue