diff options
| -rw-r--r-- | main/src/main/AndroidManifest.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/AndroidManifest.xml b/main/src/main/AndroidManifest.xml index a6d351f7..1fdcd6f4 100644 --- a/main/src/main/AndroidManifest.xml +++ b/main/src/main/AndroidManifest.xml @@ -27,7 +27,7 @@      <application          android:name=".core.ICSOpenVPNApplication"          android:allowBackup="true" -        android:icon="@mipmap/ic_launcher" +        android:icon="@drawable/icon"          android:label="@string/app"          android:supportsRtl="true"          android:theme="@style/blinkt"  | 
