Prod release
This commit is contained in:
parent
72755c29d9
commit
3ad66496c4
|
@ -117,7 +117,7 @@ class _AccountPageState extends State<AccountPage>
|
|||
],
|
||||
),
|
||||
body: TabBarView(controller: _tabController, children: [
|
||||
Container(
|
||||
SingleChildScrollView(
|
||||
padding: EdgeInsets.all(20),
|
||||
child: Center(
|
||||
child: Column(children: [
|
||||
|
|
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.8+58
|
||||
version: 1.0.8+59
|
||||
|
||||
environment:
|
||||
sdk: ">=2.9.0 <3.0.0"
|
||||
|
|
Loading…
Reference in New Issue