summaryrefslogtreecommitdiff
path: root/main/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/AndroidManifest.xml')
-rw-r--r--main/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/main/AndroidManifest.xml b/main/src/main/AndroidManifest.xml
index 2fb4629a..bf499648 100644
--- a/main/src/main/AndroidManifest.xml
+++ b/main/src/main/AndroidManifest.xml
@@ -28,8 +28,8 @@
<application
android:name=".core.ICSOpenVPNApplication"
android:allowBackup="true"
- android:banner="@drawable/icon"
- android:icon="@drawable/icon"
+ android:banner="@mipmap/banner_tv"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/app"
android:supportsRtl="true"
android:theme="@style/blinkt"