Update version strings in Gallery (#9263)
Fixes https://github.com/flutter/flutter/issues/9259
This commit is contained in:
@@ -209,9 +209,9 @@ class GalleryDrawer extends StatelessWidget {
|
||||
|
||||
final Widget aboutItem = new AboutListTile(
|
||||
icon: const FlutterLogo(),
|
||||
applicationVersion: '2016 Q3 Preview',
|
||||
applicationVersion: 'April 2017 Preview',
|
||||
applicationIcon: const FlutterLogo(),
|
||||
applicationLegalese: '© 2016 The Chromium Authors',
|
||||
applicationLegalese: '© 2017 The Chromium Authors',
|
||||
aboutBoxChildren: <Widget>[
|
||||
new Padding(
|
||||
padding: const EdgeInsets.only(top: 24.0),
|
||||
|
||||
Reference in New Issue
Block a user