summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAmit Kumar <amitkma@e.email>2021-05-12 17:49:27 +0530
committerAmit Kumar <amitkma@e.email>2021-05-12 17:49:27 +0530
commit08863337473679746278ffc099ea6e196e8d7726 (patch)
treec354d441adeadc000018fb2ef2075d2aa3768e95 /app/src/main/AndroidManifest.xml
parent533f3f9147f5deda89103cab8afa5172d07750f9 (diff)
Update launcher icon
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 5fe282d..7145af9 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -15,9 +15,8 @@
<application
android:name=".PrivacyCentralApplication"
android:allowBackup="true"
- android:icon="@mipmap/ic_launcher"
+ android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
- android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.PrivacyCentralApp">
<activity android:name=".main.MainActivity">