Update My Leaf to 1.6.1 (101)
This commit is contained in:
parent
91cd5b306a
commit
e961ee0597
|
@ -119,7 +119,21 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 1.6.1
|
||||||
|
versionCode: 101
|
||||||
|
commit: 1.6.1
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@v1.2.2
|
||||||
|
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
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.6.0
|
CurrentVersion: 1.6.1
|
||||||
CurrentVersionCode: 100
|
CurrentVersionCode: 101
|
||||||
|
|
Loading…
Reference in a new issue