Update My Leaf to 1.7.8 (125)
This commit is contained in:
parent
e453970e4a
commit
3b31ecfb5f
|
@ -287,7 +287,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.7.8
|
||||
versionCode: 125
|
||||
commit: 1.7.8
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.12.13+hotfix.5
|
||||
prebuild:
|
||||
- touch android/key.properties
|
||||
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
||||
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.7.7
|
||||
CurrentVersionCode: 124
|
||||
CurrentVersion: 1.7.8
|
||||
CurrentVersionCode: 125
|
||||
|
|
Loading…
Reference in a new issue