File tree 1 file changed +1
-1
lines changed
examples/flutter_gallery/android 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8
8
<uses-sdk android : minSdkVersion =" 14" android : targetSdkVersion =" 21" />
9
9
<uses-permission android : name =" android.permission.INTERNET" />
10
10
11
- <application android : icon =" @mipmap/ic_launcher" android : label =" Flutter gallery " android : name =" org.domokit.sky.shell.SkyApplication" >
11
+ <application android : icon =" @mipmap/ic_launcher" android : label =" Flutter Gallery " android : name =" org.domokit.sky.shell.SkyApplication" >
12
12
<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" >
13
13
<intent-filter >
14
14
<action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments