mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-03 20:56:57 +00:00
Update The Life to 1.6.0 (20201025)
This commit is contained in:
parent
f8723f67c9
commit
ecbae5fb9a
1 changed files with 16 additions and 2 deletions
|
|
@ -96,7 +96,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 20201025
|
||||
commit: v1.6.0
|
||||
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.5.0
|
||||
CurrentVersionCode: 20201019
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 20201025
|
||||
|
|
|
|||
Loading…
Reference in a new issue