Skip to content

Commit dc0cd55

Browse files
authored
style: Adding extra space to the application opening tag (#126)
1 parent 20a542b commit dc0cd55

File tree

4 files changed

+6
-6
lines changed
  • very_good_core/__brick__/{{project_name.snakeCase()}}/android/app/src/main
  • very_good_flame_game/__brick__/{{project_name.snakeCase()}}/android/app/src/main
  • very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/{{project_name.snakeCase()}}/example/{{#android}}android{{/android}}/app/src/main
  • very_good_wear_app/__brick__/{{project_name.snakeCase()}}/android/app/src/main

4 files changed

+6
-6
lines changed

very_good_core/__brick__/{{project_name.snakeCase()}}/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="{{org_name.dotCase()}}.{{project_name.snakeCase()}}">
3-
<application
3+
<application
44
android:label="${appName}"
55
android:name="${applicationName}"
66
android:icon="@mipmap/ic_launcher">

very_good_flame_game/__brick__/{{project_name.snakeCase()}}/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="{{org_name.dotCase()}}.{{project_name.snakeCase()}}">
3-
<application
3+
<application
44
android:label="${appName}"
55
android:icon="@mipmap/ic_launcher">
66
<activity

very_good_flutter_plugin/__brick__/{{project_name.snakeCase()}}/{{project_name.snakeCase()}}/example/{{#android}}android{{/android}}/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="{{org_name.dotCase()}}.example">
3-
<application
3+
<application
44
android:label="example"
55
android:name="${applicationName}"
66
android:icon="@mipmap/ic_launcher">

very_good_wear_app/__brick__/{{project_name.snakeCase()}}/android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
android:name="flutterEmbedding"
3434
android:value="2" />
3535

36-
<meta-data
37-
android:name="com.google.android.wearable.standalone"
38-
android:value="true" />
36+
<meta-data
37+
android:name="com.google.android.wearable.standalone"
38+
android:value="true" />
3939
</application>
4040
</manifest>

0 commit comments

Comments
 (0)