Skip to content

Commit c85d1a5

Browse files
committed
refactor: update app icons
1 parent 785f63c commit c85d1a5

File tree

96 files changed

+2125
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2125
-47
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8" ?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
33
<application
44
android:allowBackup="true"
@@ -52,12 +52,11 @@
5252
android:authorities="${applicationId}.fileprovider"
5353
android:exported="false"
5454
android:grantUriPermissions="true">
55-
<meta-data android:name="android.support.FILE_PROVIDER_PATHS"
56-
android:resource="@xml/file_paths" />
55+
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
5756
</provider>
5857
</application>
5958

6059
<uses-permission android:name="android.permission.INTERNET" />
6160
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
6261
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
63-
</manifest>
62+
</manifest>

0 commit comments

Comments
 (0)