mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-07 03:06:29 +00:00
Update The Life to 1.11.0 (20210923)
This commit is contained in:
parent
00add8f145
commit
6dcd9b2916
1 changed files with 16 additions and 2 deletions
|
|
@ -166,7 +166,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.11.0
|
||||
versionCode: 20210923
|
||||
commit: a6c38a534db3eabfeb068e06ca050be8f277fce2
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.16.3
|
||||
prebuild:
|
||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.10.0
|
||||
CurrentVersionCode: 20210317
|
||||
CurrentVersion: 1.11.0
|
||||
CurrentVersionCode: 20210923
|
||||
|
|
|
|||
Loading…
Reference in a new issue