diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-02-10 14:23:48 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-02-10 14:23:48 +0100 |
commit | c13357869c10a0fd97804f8963e770359cb00c10 (patch) | |
tree | 17793535f5b4ac72d469d7486f2cd48b97e781dd | |
parent | 1c4857daad824ec25531a868be5fb963c431085c (diff) |
Revert the icon change for the releasev0.6.47-productionv0.6.47
-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" |