Commit 914f3adc authored by Hans Muller's avatar Hans Muller Committed by GitHub

Update gallery application version and label

parent 529c25ca
......@@ -8,7 +8,7 @@
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET"/>
<application android:icon="@mipmap/ic_launcher" android:label="Flutter Gallery" android:name="org.domokit.sky.shell.SkyApplication">
<application android:icon="@mipmap/ic_launcher" android:label="Gallery" android:name="org.domokit.sky.shell.SkyApplication">
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize" android:hardwareAccelerated="true" android:launchMode="singleTask" android:name="org.domokit.sky.shell.SkyActivity" android:theme="@android:style/Theme.Black.NoTitleBar" android:screenOrientation="sensorPortrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......
......@@ -11,7 +11,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Flutter Gallery</string>
<string>Gallery</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
......
......@@ -119,7 +119,7 @@ class GalleryDrawer extends StatelessWidget {
)
),
new AboutDrawerItem(
applicationVersion: '2016 Q2 Preview',
applicationVersion: '2016 Q3 Preview',
applicationIcon: new AssetImage('packages/flutter_gallery_assets/about_logo.png'),
applicationLegalese: '© 2016 The Chromium Authors',
aboutBoxChildren: <Widget>[
......
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