Commit bb0adcb8 authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Update version strings in Gallery (#9263)

Fixes https://github.com/flutter/flutter/issues/9259
parent e0437689
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment