cone: Disable update check because it detects an incorrect version
Fix current version
This commit is contained in:
parent
3f925f1b51
commit
39960ae848
|
@ -46,6 +46,6 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: None
|
||||||
CurrentVersion: '1.0'
|
CurrentVersion: 0.1.0
|
||||||
CurrentVersionCode: 1
|
CurrentVersionCode: 2
|
||||||
|
|
Loading…
Reference in a new issue