Skip to content

Commit

Permalink
Added new icon. Credits to return.of.octobot and rez1_k.
Browse files Browse the repository at this point in the history
  • Loading branch information
oneminusone committed Aug 16, 2015
1 parent e85ca72 commit 393026e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.oneminusone.disablecontentguard"
android:versionCode="4"
android:versionName="2.0">
android:versionCode="5"
android:versionName="2.1">
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="22"/>
<application
android:allowBackup="true"
android:icon="@drawable/icon"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name">
<meta-data
android:name="xposedmodule"
Expand Down
Binary file removed res/drawable/icon.png
Binary file not shown.
Binary file added res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 393026e

Please sign in to comment.