Skip to content

Commit

Permalink
Modify the Application Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dbergloev committed Mar 9, 2015
1 parent b81c265 commit d92a85c
Show file tree
Hide file tree
Showing 14 changed files with 519 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.spazedog.xposed.additionsgb"
android:versionCode="61"
android:versionName="3.4.0" >
android:versionCode="63"
android:versionName="3.5.0" >

<uses-sdk
android:minSdkVersion="9"
Expand All @@ -14,7 +14,7 @@
<uses-feature android:name="android.hardware.camera" />

<application
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:label="Xposed Additions"
android:theme="@style/AppTheme" >

Expand Down
Binary file modified 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.
Loading

0 comments on commit d92a85c

Please sign in to comment.