Commit f57afa76 authored by Devon Carew's avatar Devon Carew

add an android icon to the starter app

parent 6af44927
......@@ -78,8 +78,6 @@ class CreateCommand extends Command {
_renderTemplates(projectDir, flutterPackagesDirectory,
renderDriverTest: argResults['with-driver-test']);
printStatus('');
if (argResults['pub']) {
int code = await pubGet(directory: projectDir.path);
if (code != 0)
......
......@@ -6,7 +6,7 @@
<uses-sdk android:minSdkVersion="${android.minApiLevel}" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.INTERNET"/>
<application android:name="org.domokit.sky.shell.SkyApplication" android:label="{{projectName}}">
<application android:name="org.domokit.sky.shell.SkyApplication" android:label="{{projectName}}" android:icon="@mipmap/ic_launcher">
<activity android:name="org.domokit.sky.shell.SkyActivity"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Black.NoTitleBar"
......
Place Android resources here (http://developer.android.com/guide/topics/resources/overview.html).
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