Skip to content

Commit dcb79d9

Browse files
committed
chore: cleanup extra files
1 parent 51a2362 commit dcb79d9

File tree

12 files changed

+22
-24
lines changed

12 files changed

+22
-24
lines changed
Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22

3-
<uses-permission android:name="android.permission.INTERNET" />
3+
<uses-permission android:name="android.permission.INTERNET" />
44

5-
<application
6-
android:name=".MainApplication"
7-
android:label="@string/app_name"
8-
android:icon="@mipmap/ic_launcher"
9-
android:roundIcon="@mipmap/ic_launcher_round"
10-
android:allowBackup="false"
11-
android:theme="@style/AppTheme"
12-
android:supportsRtl="true">
13-
<activity
14-
android:name=".MainActivity"
15-
android:label="@string/app_name"
16-
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
17-
android:launchMode="singleTask"
18-
android:windowSoftInputMode="adjustResize"
19-
android:exported="true">
20-
<intent-filter>
21-
<action android:name="android.intent.action.MAIN" />
22-
<category android:name="android.intent.category.LAUNCHER" />
23-
</intent-filter>
24-
</activity>
25-
<meta-data android:name="asset_statements" android:resource="@string/asset_statements" />
26-
</application>
5+
<application
6+
android:name=".MainApplication"
7+
android:label="@string/app_name"
8+
android:allowBackup="false"
9+
android:theme="@style/AppTheme"
10+
android:supportsRtl="true">
11+
<activity
12+
android:name=".MainActivity"
13+
android:label="@string/app_name"
14+
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
15+
android:launchMode="singleTask"
16+
android:windowSoftInputMode="adjustResize"
17+
android:exported="true">
18+
<intent-filter>
19+
<action android:name="android.intent.action.MAIN" />
20+
<category android:name="android.intent.category.LAUNCHER" />
21+
</intent-filter>
22+
</activity>
23+
<meta-data android:name="asset_statements" android:resource="@string/asset_statements" />
24+
</application>
2725
</manifest>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)