mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update My Leaf to 2.4.6 (216)
This commit is contained in:
parent
c81efc6cb2
commit
a20091eccd
1 changed files with 18 additions and 2 deletions
|
|
@ -353,7 +353,23 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r21
|
||||
|
||||
- versionName: 2.4.6
|
||||
versionCode: 216
|
||||
commit: d34d919a8caa3f5de5487f8909a2f043fe63d72e
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.24.5
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^f-droid
|
||||
CurrentVersion: 2.3.3
|
||||
CurrentVersionCode: 207
|
||||
CurrentVersion: 2.4.6
|
||||
CurrentVersionCode: 216
|
||||
|
|
|
|||
Loading…
Reference in a new issue