Update cone to 0.1.3
This commit is contained in:
parent
75f5a938d0
commit
5d81cffb93
|
@ -56,7 +56,19 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.1.3
|
||||
versionCode: 5
|
||||
commit: v0.1.3
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.5.4
|
||||
prebuild: 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: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 0.1.2
|
||||
CurrentVersionCode: 4
|
||||
CurrentVersion: 0.1.3
|
||||
CurrentVersionCode: 5
|
||||
|
|
Loading…
Reference in a new issue