summaryrefslogtreecommitdiff
path: root/core/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/AndroidManifest.xml')
-rw-r--r--core/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml
index 3a5db2c36..3257c13a7 100644
--- a/core/src/main/AndroidManifest.xml
+++ b/core/src/main/AndroidManifest.xml
@@ -12,7 +12,7 @@
<application
android:allowBackup="true"
- android:icon="@drawable/ic_launcher">
+ android:icon="@mipmap/ic_launcher">
<service
android:name=".service.download.DownloadService"